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.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
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