C# Class MongoUtility.Command.Operater.IndexOption

索引选项
Show file Open project: magicdict/MongoCola Class Usage Examples

Public Properties

Property Type Description
AscendingKey List
DescendingKey List
FirstKey string
GeoSpatialHaystackKey string
GeoSpatialKey string
GeoSpatialSphericalKey string
HashedKey string
IndexName string
IsBackground bool
IsDropDups bool
IsExpireData bool
IsPartial bool
IsSparse bool
IsUnique bool
PartialCondition string
TextKey List
Ttl int

Property Details

AscendingKey public property

AscendingKey
public List AscendingKey
return List

DescendingKey public property

DescendingKey
public List DescendingKey
return List

FirstKey public property

FirstKey
public string FirstKey
return string

GeoSpatialHaystackKey public property

GeoSpatialHaystackKey
public string GeoSpatialHaystackKey
return string

GeoSpatialKey public property

GeoSpatialKey
public string GeoSpatialKey
return string

GeoSpatialSphericalKey public property

GeoSpatialSphericalKey
public string GeoSpatialSphericalKey
return string

HashedKey public property

HashedKey
public string HashedKey
return string

IndexName public property

IndexName
public string IndexName
return string

IsBackground public property

IsBackground
public bool IsBackground
return bool

IsDropDups public property

IsDropDups
public bool IsDropDups
return bool

IsExpireData public property

IsExpireData
public bool IsExpireData
return bool

IsPartial public property

是否为 Partial Indexes
public bool IsPartial
return bool

IsSparse public property

IsSparse
public bool IsSparse
return bool

IsUnique public property

IsUnique
public bool IsUnique
return bool

PartialCondition public property

Partial Indexes 的条件
public string PartialCondition
return string

TextKey public property

TextKey
public List TextKey
return List

Ttl public property

Ttl
public int Ttl
return int