Compartir a través de


PropertyBatchOperation Clase

Definición

Representa la clase base para las operaciones de propiedad que se pueden colocar en un lote y enviarse a través del SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken) método .

[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
Herencia
PropertyBatchOperation
Derivado
Atributos

Comentarios

Tenga en cuenta que si se produce un error en un objeto, se produce un PropertyBatchOperation error en todo el lote y no se puede confirmar.

Constructores

PropertyBatchOperation()

Inicializa una nueva instancia del objeto PropertyBatchOperation.

PropertyBatchOperation(String, PropertyBatchOperationKind)

Inicializa una nueva instancia del PropertyBatchOperation objeto con el nombre de propiedad y el tipo especificados.

Propiedades

Kind

Obtiene el PropertyBatchOperationKind objeto que indica el tipo de PropertyBatchOperation.

PropertyName

Indica el nombre de la propiedad a la que tiene acceso.PropertyBatchOperation

Se aplica a