CreateCollectionOperationTimeSeriesOptions Property |
Gets or sets the TimeSeriesOptions. Represents an object containing options for creating time series collections.
See https://www.mongodb.com/docs/manual/reference/command/create/ for supported options and https://www.mongodb.com/docs/manual/core/timeseries-collections/
for more information on time series collections.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax public TimeSeriesOptions TimeSeriesOptions { get; set; }
Public Property TimeSeriesOptions As TimeSeriesOptions
Get
Set
member TimeSeriesOptions : TimeSeriesOptions with get, set
Property Value
Type:
TimeSeriesOptions
The time series options.
See Also