Class GetMetadataCommandResponse
Response for Gets metadata of an object store.
public sealed class GetMetadataCommandResponse : ICommandResponse<GetMetadataCommandSettings>, ICommandResponse
- Inheritance
-
GetMetadataCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
EntriesCount
the entries count
[JsonPropertyName("entriesCount")]
public double EntriesCount { get; set; }
Property Value
KeyGeneratorValue
the current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.
[JsonPropertyName("keyGeneratorValue")]
public double KeyGeneratorValue { get; set; }