Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PutPropertyBatchOperation

Package version

Puts the specified property under the specified name. Note that if one PropertyBatchOperation in a PropertyBatch fails, the entire batch fails and cannot be committed in a transactional manner.

Hierarchy

  • PutPropertyBatchOperation

Index

Properties

Optional customTypeId

customTypeId: undefined | string

The property's custom type ID. Using this property, the user is able to tag the type of the value of the property.

kind

kind: "Put"

Polymorphic Discriminator

propertyName

propertyName: string

The name of the Service Fabric property.

value

Describes a Service Fabric property value.

Generated using TypeDoc