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

Interface IRecordMetadata

Represents a piece of metadata for a game or a file. A record metadata is equal to another instance if the key and record guid are the same, or if otherwise the metadata guid are the same.
A record metadata with the same key and record guid should produce the same guid every time, equality is not dependent on the value of the metadata.

Namespace: Snowflake.Model.Records
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IRecordMetadata

Properties

Guid

Gets the guid of the metadata. A metadata with the same key and element guid should produce the same Guidv3, with the UUID v3 namespace being the element guid.

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

Key

Gets the key of the metadata

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

Record

Gets the guid of the element of the metadata

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

Value

Gets the value of the metadata

Declaration
string Value { get; }
Property Value
Type Description
System.String
In This Article
  • Properties
    • Guid
    • Key
    • Record
    • Value
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.