Aracılığıyla paylaş


DatabaseStatistics Class

Definition

A class that contains database statistics information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.DatabaseStatisticsTypeConverter))]
public class DatabaseStatistics : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabaseStatistics
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.DatabaseStatisticsTypeConverter))>]
type DatabaseStatistics = class
    interface IDatabaseStatistics
    interface IJsonSerializable
Public Class DatabaseStatistics
Implements IDatabaseStatistics
Inheritance
DatabaseStatistics
Attributes
Implements

Constructors

DatabaseStatistics()

Creates an new DatabaseStatistics instance.

Properties

Size

The database size - the total size of compressed data and index in bytes.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseStatistics.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseStatistics.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IDatabaseStatistics.

FromJsonString(String)

Creates a new instance of DatabaseStatistics, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseStatistics into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to