DomainMetadataResult class
Constructors
- DomainMetadataResult({int? attributeNameCount, int? attributeNamesSizeBytes, int? attributeValueCount, int? attributeValuesSizeBytes, int? itemCount, int? itemNamesSizeBytes, int? timestamp})
- DomainMetadataResult.fromXml(XmlElement elem)
- 
          
            factory
Properties
- attributeNameCount → int?
- 
  The number of unique attribute names in the domain.
  final
- attributeNamesSizeBytes → int?
- 
  The total size of all unique attribute names in the domain, in bytes.
  final
- attributeValueCount → int?
- 
  The number of all attribute name/value pairs in the domain.
  final
- attributeValuesSizeBytes → int?
- 
  The total size of all attribute values in the domain, in bytes.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- itemCount → int?
- 
  The number of all items in the domain.
  final
- itemNamesSizeBytes → int?
- 
  The total size of all item names in the domain, in bytes.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- timestamp → int?
- 
  The data and time when metadata was calculated, in Epoch (UNIX) seconds.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited