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)

Creates the specified Service Fabric name.

CreateNameAsync(Uri, TimeSpan, CancellationToken)

Creates the specified Service Fabric name.

DeleteNameAsync(Uri)

Deletes the specified Service Fabric name.

DeleteNameAsync(Uri, TimeSpan, CancellationToken)

Deletes the specified Service Fabric name.

DeletePropertyAsync(Uri, String)

Deletes the specified Service Fabric property.

DeletePropertyAsync(Uri, String, TimeSpan, CancellationToken)

Deletes the specified Service Fabric property.

EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult)

Enumerates all Service Fabric properties under a given name.

EnumeratePropertiesAsync(Uri, Boolean, PropertyEnumerationResult, TimeSpan, CancellationToken)

Enumerates all Service Fabric properties under a given name.

EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean)

Enumerates all the Service Fabric names under a given name.

EnumerateSubNamesAsync(Uri, NameEnumerationResult, Boolean, TimeSpan, CancellationToken)

Enumerates all the Service Fabric names under a given name.

GetPropertyAsync(Uri, String)

Gets the specified NamedProperty.

GetPropertyAsync(Uri, String, TimeSpan, CancellationToken)

Gets the specified NamedProperty.

GetPropertyMetadataAsync(Uri, String)

Gets the specified NamedPropertyMetadata.

GetPropertyMetadataAsync(Uri, String, TimeSpan, CancellationToken)

Gets the specified NamedPropertyMetadata.

NameExistsAsync(Uri)

Returns true if the specified Service Fabric name exists.

NameExistsAsync(Uri, TimeSpan, CancellationToken)

Returns true if the specified Service Fabric name exists.

PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation)

Creates or updates the specified Service Fabric property described by PutCustomPropertyOperation under a given name.

PutCustomPropertyOperationAsync(Uri, PutCustomPropertyOperation, TimeSpan, CancellationToken)

Creates or updates the specified Service Fabric property described by PutCustomPropertyOperation under a given name.

PutPropertyAsync(Uri, String, Byte[])

Creates or updates the specified Service Fabric property of type Byte array under a given name.

PutPropertyAsync(Uri, String, Byte[], TimeSpan, CancellationToken)

Creates or updates the specified Service Fabric property of type Byte array under a given name.

PutPropertyAsync(Uri, String, Double)

Creates or updates the specified Service Fabric property of type Double under a given name.

PutPropertyAsync(Uri, String, Double, TimeSpan, CancellationToken)

Creates or updates the specified Service Fabric property of type Double under a given name.

PutPropertyAsync(Uri, String, Guid)

Creates or updates the specified Service Fabric property of type Guid under a given name.

PutPropertyAsync(Uri, String, Guid, TimeSpan, CancellationToken)

Creates or updates the specified Service Fabric property of type Guid under a given name.

PutPropertyAsync(Uri, String, Int64)

Creates or updates the specified Service Fabric property of type Int64 under a given name.

PutPropertyAsync(Uri, String, Int64, TimeSpan, CancellationToken)

Creates or updates the specified Service Fabric property of type Int64 under a given name.

PutPropertyAsync(Uri, String, String)

Creates or updates the specified Service Fabric property of type String under a given name.

PutPropertyAsync(Uri, String, String, TimeSpan, CancellationToken)

Creates or updates the specified Service Fabric property of type String under a given name.

SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>)

Submits a batch of PropertyBatchOperation.

SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken)

Submits a batch of PropertyBatchOperations. Either all or none of the operations in the batch will be committed.

Applies to