ISubspaceContext
Namespace: FoundationDB.Client · interface
Represents the lifetime of a key subspace
Properties
IsValid
bool IsValid { get; }
Checks if this context is still valid for use
Name
string Name { get; }
User-friendly name of this context
Methods
EnsureIsValid
void EnsureIsValid()
Check if this context is still valid for use
Should throw an exception if the context is in an invalid state