Partager via


MongoDbObjectInfo.DataSize Property

Definition

Gets or sets the estimated total data size, in bytes, or -1 if the size is unknown.

[Newtonsoft.Json.JsonProperty(PropertyName="dataSize")]
public long DataSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataSize")>]
member this.DataSize : int64 with get, set
Public Property DataSize As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to