C# Class Raven.Database.Storage.ReduceKeyAndBucket

Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

Свойство Type Description
Bucket int
ReduceKey string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReduceKeyAndBucket ( int bucket, string reduceKey ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( ReduceKeyAndBucket other ) : bool

Method Details

Equals() protected méthode

protected Equals ( ReduceKeyAndBucket other ) : bool
other ReduceKeyAndBucket
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ReduceKeyAndBucket() public méthode

public ReduceKeyAndBucket ( int bucket, string reduceKey ) : System
bucket int
reduceKey string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Bucket public_oe property

public int Bucket
Résultat int

ReduceKey public_oe property

public string ReduceKey
Résultat string