C# Class FoundationDB.Layers.Directories.FdbDirectoryLayer.Node

Show file Open project: BedeGaming/foundationdb-dotnet-client

Public Properties

Property Type Description
Layer Slice
Path IFdbTuple
Subspace FdbSubspace
TargetPath IFdbTuple

Public Methods

Method Description
IsInPartition ( bool includeEmptySubPath ) : bool
Node ( FdbSubspace subspace, IFdbTuple path, IFdbTuple targetPath, Slice layer ) : FoundationDB.Client

Method Details

IsInPartition() public method

public IsInPartition ( bool includeEmptySubPath ) : bool
includeEmptySubPath bool
return bool

Node() public method

public Node ( FdbSubspace subspace, IFdbTuple path, IFdbTuple targetPath, Slice layer ) : FoundationDB.Client
subspace FdbSubspace
path IFdbTuple
targetPath IFdbTuple
layer Slice
return FoundationDB.Client

Property Details

Layer public property

public Slice Layer
return Slice

Path public property

public IFdbTuple Path
return IFdbTuple

Subspace public property

public FdbSubspace Subspace
return FdbSubspace

TargetPath public property

public IFdbTuple TargetPath
return IFdbTuple