SubspaceContext

Namespace: FoundationDB.Client · class

Implements: ISubspaceContext

Context for key subspaces that are always valid

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

Fields

Default

static readonly ISubspaceContext Default

Key subspace context that never expires