PropertyInfo
Information about a Service Fabric property.
Properties
Name | Type | Required |
---|---|---|
Name |
string | Yes |
Value |
PropertyValue | No |
Metadata |
PropertyMetadata | Yes |
Name
Type: string
Required: Yes
The name of the Service Fabric property.
Value
Type: PropertyValue
Required: No
Describes a Service Fabric property value.
Metadata
Type: PropertyMetadata
Required: Yes
The metadata associated with a property, including the property's name.