PropertyMetadata Class
The metadata associated with a property, including the property's name.
- Inheritance
-
PropertyMetadata
Constructor
PropertyMetadata(*, type_id=None, custom_type_id: Optional[str] = None, parent: Optional[str] = None, size_in_bytes: Optional[int] = None, last_modified_utc_timestamp=None, sequence_number: Optional[str] = None, **kwargs)
Parameters
- type_id
- str or PropertyValueKind
The kind of property, determined by the type of data. Following are the possible values. Possible values include: 'Invalid', 'Binary', 'Int64', 'Double', 'String', 'Guid'
- parent
- str
The name of the parent Service Fabric Name for the property. It could be thought of as the name-space/table under which the property exists.
- last_modified_utc_timestamp
- datetime
Represents when the Property was last modified. Only write operations will cause this field to be updated.
- sequence_number
- str
The version of the property. Every time a property is modified, its sequence number is increased.
Feedback
Submit and view feedback for