DataShareOutputType 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.
Type of output file.
public readonly struct DataShareOutputType : IEquatable<Azure.ResourceManager.DataShare.Models.DataShareOutputType>
type DataShareOutputType = struct
Public Structure DataShareOutputType
Implements IEquatable(Of DataShareOutputType)
- Inheritance
-
DataShareOutputType
- Implements
Constructors
DataShareOutputType(String) |
Initializes a new instance of DataShareOutputType. |
Properties
Csv |
Csv. |
Parquet |
Parquet. |
Methods
Equals(DataShareOutputType) |
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(DataShareOutputType, DataShareOutputType) |
Determines if two DataShareOutputType values are the same. |
Implicit(String to DataShareOutputType) |
Converts a string to a DataShareOutputType. |
Inequality(DataShareOutputType, DataShareOutputType) |
Determines if two DataShareOutputType values are not the same. |
Applies to
Azure SDK for .NET