AtlasNumberFormat Class
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 number format.
public class AtlasNumberFormat : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.AtlasNumberFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.AtlasNumberFormat>
type AtlasNumberFormat = class
interface IJsonModel<AtlasNumberFormat>
interface IPersistableModel<AtlasNumberFormat>
Public Class AtlasNumberFormat
Implements IJsonModel(Of AtlasNumberFormat), IPersistableModel(Of AtlasNumberFormat)
- Inheritance
-
AtlasNumberFormat
- Implements
Constructors
AtlasNumberFormat() |
Initializes a new instance of AtlasNumberFormat. |
Properties
AvailableLocales |
The number format. |
Currency |
The currency. |
CurrencyInstance |
The number format. |
GroupingUsed |
Determines if grouping is used. |
Instance |
The number format. |
IntegerInstance |
The number format. |
MaximumFractionDigits |
The maximum of fraction digits. |
MaximumIntegerDigits |
The maximum of integer digits. |
MinimumFractionDigits |
The minimum of fraction digits. |
MinimumIntegerDigits |
The minimum of integer digits. |
NumberInstance |
The number format. |
ParseIntegerOnly |
Determines if only integer is parsed. |
PercentInstance |
The number format. |
RoundingMode |
The enum of rounding mode. |
Explicit Interface Implementations
IJsonModel<AtlasNumberFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AtlasNumberFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AtlasNumberFormat>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AtlasNumberFormat>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AtlasNumberFormat>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET