C# Class MongoUtility.Command.Operater.IndexOption

索引选项
Datei anzeigen 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_oe property

AscendingKey
public List AscendingKey
return List

DescendingKey public_oe property

DescendingKey
public List DescendingKey
return List

FirstKey public_oe property

FirstKey
public string FirstKey
return string

GeoSpatialHaystackKey public_oe property

GeoSpatialHaystackKey
public string GeoSpatialHaystackKey
return string

GeoSpatialKey public_oe property

GeoSpatialKey
public string GeoSpatialKey
return string

GeoSpatialSphericalKey public_oe property

GeoSpatialSphericalKey
public string GeoSpatialSphericalKey
return string

HashedKey public_oe property

HashedKey
public string HashedKey
return string

IndexName public_oe property

IndexName
public string IndexName
return string

IsBackground public_oe property

IsBackground
public bool IsBackground
return bool

IsDropDups public_oe property

IsDropDups
public bool IsDropDups
return bool

IsExpireData public_oe property

IsExpireData
public bool IsExpireData
return bool

IsPartial public_oe property

是否为 Partial Indexes
public bool IsPartial
return bool

IsSparse public_oe property

IsSparse
public bool IsSparse
return bool

IsUnique public_oe property

IsUnique
public bool IsUnique
return bool

PartialCondition public_oe property

Partial Indexes 的条件
public string PartialCondition
return string

TextKey public_oe property

TextKey
public List TextKey
return List

Ttl public_oe property

Ttl
public int Ttl
return int