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
'Usage
Dim instance As ByteQuantifiedSize
[SerializableAttribute]
public struct ByteQuantifiedSize

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.

See also

Reference

ByteQuantifiedSize members

Microsoft.Exchange.Data namespace