Share via


FabricClient.PropertyManagementClient Class

Definition

Represents the property management client used to perform management of names and properties.

public sealed class FabricClient.PropertyManagementClient
type FabricClient.PropertyManagementClient = class
Public NotInheritable Class FabricClient.PropertyManagementClient
Inheritance
FabricClient.PropertyManagementClient

Methods

CreateNameAsync(Uri, TimeSpan, CancellationToken)
CreateNameAsync(Uri)
DeleteNameAsync(Uri, TimeSpan, CancellationToken)
DeleteNameAsync(Uri)
DeletePropertyAsync(Uri, String, TimeSpan, CancellationToken)
DeletePropertyAsync(Uri, String)
EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult, TimeSpan, CancellationToken)
EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult)
EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean, TimeSpan, CancellationToken)
EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean)
GetPropertyAsync(Uri, String, TimeSpan, CancellationToken)
GetPropertyAsync(Uri, String)
GetPropertyMetadataAsync(Uri, String, TimeSpan, CancellationToken)
GetPropertyMetadataAsync(Uri, String)
NameExistsAsync(Uri, TimeSpan, CancellationToken)
NameExistsAsync(Uri)
PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation, TimeSpan, CancellationToken)
PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation)
PutPropertyAsync(Uri, String, Byte[], TimeSpan, CancellationToken)
PutPropertyAsync(Uri, String, Byte[])
PutPropertyAsync(Uri, String, Double, TimeSpan, CancellationToken)
PutPropertyAsync(Uri, String, Double)
PutPropertyAsync(Uri, String, Guid, TimeSpan, CancellationToken)
PutPropertyAsync(Uri, String, Guid)
PutPropertyAsync(Uri, String, Int64, TimeSpan, CancellationToken)
PutPropertyAsync(Uri, String, Int64)
PutPropertyAsync(Uri, String, String, TimeSpan, CancellationToken)
PutPropertyAsync(Uri, String, String)
SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken)
SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>)

Applies to