Class GetMetadataResult
public sealed record GetMetadataResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetMetadataResult>
- Inheritance
-
EmptyResultGetMetadataResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetMetadataResult(double, double)
public GetMetadataResult(double EntriesCount, double KeyGeneratorValue)
Parameters
EntriesCountdoublethe entries count
KeyGeneratorValuedoublethe current value of key generator, to become the next inserted key into the object store. Valid if objectStore.autoIncrement is true.
Properties
EntriesCount
the entries count
public double EntriesCount { get; init; }
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.
public double KeyGeneratorValue { get; init; }