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

Mostrar archivo 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_oe property

public Slice Layer
return Slice

Path public_oe property

public IFdbTuple Path
return IFdbTuple

Subspace public_oe property

public FdbSubspace Subspace
return FdbSubspace

TargetPath public_oe property

public IFdbTuple TargetPath
return IFdbTuple