ByteQuantifiedSize Structure
Provides a value that expresses a size expressed in bytes with a qualifier.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure ByteQuantifiedSize _
Implements IComparable, IComparable(Of ByteQuantifiedSize), _
IFormattable
'Usage
Dim instance As ByteQuantifiedSize
[SerializableAttribute]
public struct ByteQuantifiedSize : IComparable,
IComparable<ByteQuantifiedSize>, IFormattable
Remarks
The ByteQuantifiedSize class provides a value that can be quantified by a standard byte identifier. The identifiers supported by the ByteQuantifiedSize class are:
Byte
Kilobyte (KB)
Megabyte (MB)
Gigabyte (GB)
Terabyte (TB)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.