Click or drag to resize

IndexKeysDefinitionBuilderTDocumentGeo2DSphere Method (FieldDefinitionTDocument)

Creates a 2dsphere index key definition.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public IndexKeysDefinition<TDocument> Geo2DSphere(
	FieldDefinition<TDocument> field
)

Parameters

field
Type: MongoDB.DriverFieldDefinitionTDocument
The field.

Return Value

Type: IndexKeysDefinitionTDocument
A 2dsphere index key definition.
See Also