class Azure::Kusto::Mgmt::V2020_09_18::Models::DatabaseStatistics
A class that contains database statistics information.
Attributes
size[RW]
@return [Float] The database size - the total size of compressed data and index in bytes.
Private Class Methods
mapper()
click to toggle source
Mapper for DatabaseStatistics
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-18/generated/azure_mgmt_kusto/models/database_statistics.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DatabaseStatistics', type: { name: 'Composite', class_name: 'DatabaseStatistics', model_properties: { size: { client_side_validation: true, required: false, serialized_name: 'size', type: { name: 'Double' } } } } } end