次の方法で共有


MongoIndexOptions.ExpireAfterSeconds プロパティ

定義

取得または設定は、秒後に有効期限が切れます

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象