InformationUnit Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The information (data) Unit of measurement.
public readonly struct InformationUnit : IEquatable<Azure.AI.Language.Text.InformationUnit>
type InformationUnit = struct
Public Structure InformationUnit
Implements IEquatable(Of InformationUnit)
- Inheritance
-
InformationUnit
- Implements
Constructors
InformationUnit(String) |
Initializes a new instance of InformationUnit. |
Properties
Bit |
Data size unit in bits. |
Byte |
Data size unit in bytes. |
Gigabit |
Data size unit in gigabits. |
Gigabyte |
Data size unit in gigabytes. |
Kilobit |
Data size unit in kilobits. |
Kilobyte |
Data size unit in kilobytes. |
Megabit |
Data size unit in megabits. |
Megabyte |
Data size unit in megabytes. |
Petabit |
Data size unit in petabits. |
Petabyte |
Data size unit in petabytes. |
Terabit |
Data size unit in terabits. |
Terabyte |
Data size unit in terabytes. |
Unspecified |
Unspecified data size unit. |
Methods
Equals(InformationUnit) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(InformationUnit, InformationUnit) |
Determines if two InformationUnit values are the same. |
Implicit(String to InformationUnit) |
Converts a string to a InformationUnit. |
Inequality(InformationUnit, InformationUnit) |
Determines if two InformationUnit values are not the same. |
Applies to
Azure SDK for .NET