C# Class FoundationDB.Layers.Directories.FdbDirectoryPartition

Inheritance: FdbDirectorySubspace
Afficher le fichier Open project: BedeGaming/foundationdb-dotnet-client

Private Properties

Свойство Type Description
FdbDirectoryPartition FoundationDB.Client

Méthodes publiques

Méthode Description
Contains ( Slice key ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
GetKeyPrefix ( ) : Slice
GetLayerForPath ( IFdbTuple relativeLocation ) : FdbDirectoryLayer
ToRelativePath ( IFdbTuple location ) : IFdbTuple

Private Methods

Méthode Description
FdbDirectoryPartition ( IFdbTuple location, IFdbTuple relativeLocation, Slice prefix, FdbDirectoryLayer directoryLayer ) : FoundationDB.Client

Method Details

Contains() public méthode

public Contains ( Slice key ) : bool
key Slice
Résultat bool

GetKeyPrefix() protected méthode

protected GetKeyPrefix ( ) : Slice
Résultat Slice

GetLayerForPath() protected méthode

protected GetLayerForPath ( IFdbTuple relativeLocation ) : FdbDirectoryLayer
relativeLocation IFdbTuple
Résultat FdbDirectoryLayer

ToRelativePath() protected méthode

protected ToRelativePath ( IFdbTuple location ) : IFdbTuple
location IFdbTuple
Résultat IFdbTuple

ToString() public méthode

public ToString ( ) : string
Résultat string