OutputFormat 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.
Extensible enum for known OutputFormat values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.PdfCo.Models.OutputFormat+OutputFormatJsonConverter))]
public readonly struct OutputFormat : IEquatable<Azure.Connectors.Sdk.PdfCo.Models.OutputFormat>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.PdfCo.Models.OutputFormat+OutputFormatJsonConverter))>]
type OutputFormat = struct
Public Structure OutputFormat
Implements IEquatable(Of OutputFormat)
- Inheritance
-
OutputFormat
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OutputFormat(String) |
Initializes a new instance of the OutputFormat struct. |
Properties
| Name | Description |
|---|---|
| Csv |
CSV |
| Json |
JSON |
| Xml |
XML |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| Equals(OutputFormat) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(OutputFormat, OutputFormat) |
Equality operator. |
| Implicit(OutputFormat to String) |
Converts a OutputFormat to its string representation. |
| Implicit(String to OutputFormat) |
Converts a string to OutputFormat. |
| Inequality(OutputFormat, OutputFormat) |
Inequality operator. |