C# Class Raven.Database.Storage.ReduceKeyAndBucket

Show file Open project: robashton/ravendb Class Usage Examples

Public Properties

Property Type Description
Bucket int
ReduceKey string

Public Methods

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

Protected Methods

Method Description
Equals ( ReduceKeyAndBucket other ) : bool

Method Details

Equals() protected method

protected Equals ( ReduceKeyAndBucket other ) : bool
other ReduceKeyAndBucket
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReduceKeyAndBucket() public method

public ReduceKeyAndBucket ( int bucket, string reduceKey ) : System
bucket int
reduceKey string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Bucket public property

public int Bucket
return int

ReduceKey public property

public string ReduceKey
return string