Click or drag to resize

IndexKeysDefinitionBuilderTDocumentGeoHaystack Method (FieldDefinitionTDocument, FieldDefinitionTDocument)

Creates a geo haystack index key definition.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
public IndexKeysDefinition<TDocument> GeoHaystack(
	FieldDefinition<TDocument> field,
	FieldDefinition<TDocument> additionalFieldName = null
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument
The field.
additionalFieldName (Optional)
Type: MongoDB.DriverFieldDefinitionTDocument
Name of the additional field.

Return Value

Type: IndexKeysDefinitionTDocument
A geo haystack index key definition.
See Also