C# Class MongoUtility.Command.Operater.IndexOption

索引选项
Afficher le fichier Open project: magicdict/MongoCola Class Usage Examples

Méthodes publiques

Свойство 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
Résultat List

DescendingKey public_oe property

DescendingKey
public List DescendingKey
Résultat List

FirstKey public_oe property

FirstKey
public string FirstKey
Résultat string

GeoSpatialHaystackKey public_oe property

GeoSpatialHaystackKey
public string GeoSpatialHaystackKey
Résultat string

GeoSpatialKey public_oe property

GeoSpatialKey
public string GeoSpatialKey
Résultat string

GeoSpatialSphericalKey public_oe property

GeoSpatialSphericalKey
public string GeoSpatialSphericalKey
Résultat string

HashedKey public_oe property

HashedKey
public string HashedKey
Résultat string

IndexName public_oe property

IndexName
public string IndexName
Résultat string

IsBackground public_oe property

IsBackground
public bool IsBackground
Résultat bool

IsDropDups public_oe property

IsDropDups
public bool IsDropDups
Résultat bool

IsExpireData public_oe property

IsExpireData
public bool IsExpireData
Résultat bool

IsPartial public_oe property

是否为 Partial Indexes
public bool IsPartial
Résultat bool

IsSparse public_oe property

IsSparse
public bool IsSparse
Résultat bool

IsUnique public_oe property

IsUnique
public bool IsUnique
Résultat bool

PartialCondition public_oe property

Partial Indexes 的条件
public string PartialCondition
Résultat string

TextKey public_oe property

TextKey
public List TextKey
Résultat List

Ttl public_oe property

Ttl
public int Ttl
Résultat int