• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Interface IRecordMetadataQuery

Represents a queryable view over metadata within a IGameLibrary

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.String

MetadataValue

The value of the metadata.

Declaration
string MetadataValue { get; }
Property Value
Type Description
System.String

RecordID

Gets the unique ID of the record this metadata belongs to.

Declaration
Guid RecordID { get; }
Property Value
Type Description
System.Guid

RecordMetadataID

Gets the unique ID of the metadata.

Declaration
Guid RecordMetadataID { get; }
Property Value
Type Description
System.Guid
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.