Skip to content

DiGi.Core.IO.Constants

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.Core.IO.Constants Namespace

Classes

EntryName Class

Provides utility methods for managing entry names.

public static class EntryName

Inheritance System.Object → EntryName

Fields

EntryName.MetadataStorage Field

Represents the constant name used for metadata storage.

public const string MetadataStorage = "MetadataStorage";

Field Value

System.String

EntryName.Value Field

Represents the constant name used for value storage.

public const string Value = "Value";

Field Value

System.String

EntryName.Values Field

Represents the constant name used for values storage.

public const string Values = "Values";

Field Value

System.String

MetadataStorage Class

Provides functionality for storing and retrieving metadata.

public static class MetadataStorage

Inheritance System.Object → MetadataStorage

Properties

MetadataStorage.Guid Property

Gets or sets the unique identifier.

public static System.Guid Guid { get; }

Property Value

System.Guid

Clone this wiki locally