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.Conversations.Models.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 |
Bit information unit. |
Byte |
Byte information unit. |
Gigabit |
Gigabit information unit. |
Gigabyte |
Gigabyte information unit. |
Kilobit |
Kilobit information unit. |
Kilobyte |
Kilobyte information unit. |
Megabit |
Megabit information unit. |
Megabyte |
Megabyte information unit. |
Petabit |
Petabit information unit. |
Petabyte |
Petabyte information unit. |
Terabit |
Terabit information unit. |
Terabyte |
Terabyte information unit. |
Unspecified |
Unspecified information 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