共用方式為


DataShareOutputType Struct

Definition

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