-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Core.IO.Constants
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Provides utility methods for managing entry names.
public static class EntryNameInheritance System.Object → EntryName
Represents the constant name used for metadata storage.
public const string MetadataStorage = "MetadataStorage";Represents the constant name used for value storage.
public const string Value = "Value";Represents the constant name used for values storage.
public const string Values = "Values";Provides functionality for storing and retrieving metadata.
public static class MetadataStorageInheritance System.Object → MetadataStorage
Gets or sets the unique identifier.
public static System.Guid Guid { get; }