Interface IRecordMetadataQuery
Represents a queryable view over metadata within a IGame
Namespace: Snowflake.Model.Records
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IRecordMetadataQuery
Properties
MetadataKey
The metadata key
Declaration
string MetadataKey { get; }
Property Value
Type | Description |
---|---|
System. |
MetadataValue
The value of the metadata.
Declaration
string MetadataValue { get; }
Property Value
Type | Description |
---|---|
System. |
RecordID
Gets the unique ID of the record this metadata belongs to.
Declaration
Guid RecordID { get; }
Property Value
Type | Description |
---|---|
System. |
RecordMetadataID
Gets the unique ID of the metadata.
Declaration
Guid RecordMetadataID { get; }
Property Value
Type | Description |
---|---|
System. |