Method | Description | |
---|---|---|
SetBackground ( bool value ) : |
Sets whether to build the index in the background.
|
|
SetBucketSize ( double value ) : |
Sets the bucket size for geospatial haystack indexes.
|
|
SetDropDups ( bool value ) : |
Sets whether duplicates should be dropped.
|
|
SetGeoSpatialRange ( double min, double max ) : |
Sets the geospatial range.
|
|
SetName ( string value ) : |
Sets the name of the index.
|
|
SetSparse ( bool value ) : |
Sets whether the index is a sparse index.
|
|
SetTimeToLive ( System.TimeSpan timeToLive ) : |
Sets the time to live value.
|
|
SetUnique ( bool value ) : |
Sets whether the index enforces unique values.
|
public static SetBackground ( bool value ) : |
||
value | bool | Whether to build the index in the background. |
return |
public static SetBucketSize ( double value ) : |
||
value | double | The bucket size. |
return |
public static SetDropDups ( bool value ) : |
||
value | bool | Whether duplicates should be dropped. |
return |
public static SetGeoSpatialRange ( double min, double max ) : |
||
min | double | The min value of the range. |
max | double | The max value of the range. |
return |
public static SetName ( string value ) : |
||
value | string | The name of the index. |
return |
public static SetSparse ( bool value ) : |
||
value | bool | Whether the index is a sparse index. |
return |
public static SetTimeToLive ( System.TimeSpan timeToLive ) : |
||
timeToLive | System.TimeSpan | The time to live. |
return |
public static SetUnique ( bool value ) : |
||
value | bool | Whether the index enforces unique values. |
return |