Class StorageBucket
public sealed record StorageBucket : IEquatable<StorageBucket>
- Inheritance
-
StorageBucket
- Implements
- Inherited Members
Constructors
StorageBucket(SerializedStorageKey)
public StorageBucket(SerializedStorageKey StorageKey)
Parameters
StorageKeySerializedStorageKey
Properties
Name
If not specified, it is the default bucket of the storageKey.
public string? Name { get; init; }
Property Value
StorageKey
public SerializedStorageKey StorageKey { get; init; }