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.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
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