PropertyBatchOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for property operations that can be put into a batch and be submitted through the SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken) method.
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.CheckExistsPropertyOperation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.CheckSequencePropertyOperation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.CheckValuePropertyOperation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.DeletePropertyOperation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.GetPropertyOperation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.PutCustomPropertyOperation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.PutPropertyOperation))]
public abstract class PropertyBatchOperation
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.CheckExistsPropertyOperation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.CheckSequencePropertyOperation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.CheckValuePropertyOperation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.DeletePropertyOperation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.GetPropertyOperation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.PutCustomPropertyOperation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.PutPropertyOperation))>]
type PropertyBatchOperation = class
Public MustInherit Class PropertyBatchOperation
- Inheritance
-
PropertyBatchOperation
- Derived
- Attributes
Remarks
Note that if one PropertyBatchOperation object fails, the entire batch fails and cannot be committed.
Constructors
PropertyBatchOperation() | |
PropertyBatchOperation(String, PropertyBatchOperationKind) |
Properties
Kind | |
PropertyName |