Méthode | Description | |
---|---|---|
Ascending ( ) : |
Sets one or more key names to index in ascending order.
|
|
Descending ( ) : |
Sets one or more key names to index in descending order.
|
|
GeoSpatial ( string name ) : |
Sets the key name to create a geospatial index on.
|
|
GeoSpatialHaystack ( string name ) : |
Sets the key name to create a geospatial haystack index on.
|
|
GeoSpatialHaystack ( string name, string additionalName ) : |
Sets the key name and additional field name to create a geospatial haystack index on.
|
public static Ascending ( ) : |
||
Résultat |
public static Descending ( ) : |
||
Résultat |
public static GeoSpatial ( string name ) : |
||
name | string | The key name. |
Résultat |
public static GeoSpatialHaystack ( string name ) : |
||
name | string | The key name. |
Résultat |
public static GeoSpatialHaystack ( string name, string additionalName ) : |
||
name | string | The key name. |
additionalName | string | The name of an additional field to index. |
Résultat |