Click or drag to resize

SizeUnitContract Enumeration

Unit measuring types.

Namespace:  SOS.SDK.Contracts.DataContracts.Enums
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public enum SizeUnitContract
Members
  Member nameValueDescription
Bytes0 Bytes.
KB1 Kilobytes.
MB2 Megabytes.
GB3 Gigabytes.
TB4 Terabytes.
PB5 Petabytes.
See Also