NamedPropertyMetadata Class

Definition

The metadata associated with a NamedProperty, including the property’s name.

public sealed class NamedPropertyMetadata
type NamedPropertyMetadata = class
Public NotInheritable Class NamedPropertyMetadata
Inheritance
NamedPropertyMetadata

Properties

CustomTypeId

Gets the custom type id.

LastModifiedUtc

Gets when the Property was last modified. Only write operations will cause this field to be updated.

Parent

Gets the name of the parent Service Fabric Name for the Property. It could be thought of as the namespace/table under which the property exists.

PropertyName

Gets the name of the Property. It could be thought of as the key for a key value pair.

SequenceNumber

Gets the version of the Property. Every time a Property is modified, its sequence number is increased.

TypeId

Indicates whether the value of the Property is a Binary, Int64, Double, String or Guid. A common use of this field is to determine the type to use for the GetValue<T>().

ValueSize

Indicates the length of the serialized Property value.

Applies to