Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents a PropertyBatchOperation that gets the specified property if it exists. Note that if one PropertyBatchOperation in a PropertyBatch fails, the entire batch fails and cannot be committed in a transactional manner.
Properties
| Name | Type | Required |
|---|---|---|
PropertyName |
string | Yes |
IncludeValue |
boolean | No |
PropertyName
Type: string
Required: Yes
The name of the Service Fabric property.
IncludeValue
Type: boolean
Required: No
Default: false
Whether or not to return the property value with the metadata.
True if values should be returned with the metadata; False to return only property metadata.