Share via


MongoIndexOptions.ExpireAfterSeconds Property

Definition

Gets or sets expire after seconds

[Newtonsoft.Json.JsonProperty(PropertyName="expireAfterSeconds")]
public int? ExpireAfterSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expireAfterSeconds")>]
member this.ExpireAfterSeconds : Nullable<int> with get, set
Public Property ExpireAfterSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to