Share via


FileFormat Struct

Definition

Knowledge base Import or Export format.

public readonly struct FileFormat : IEquatable<Azure.AI.Language.QuestionAnswering.Authoring.FileFormat>
type FileFormat = struct
Public Structure FileFormat
Implements IEquatable(Of FileFormat)
Inheritance
FileFormat
Implements

Constructors

Name Description
FileFormat(String)

Initializes a new instance of FileFormat.

Properties

Name Description
Excel

Export or Import knowledge base replica including all assets and metadata in Tsv format.

Json

Export or Import QnA assets in JSON format.

Tsv

Export or Import knowledge base replica including all assets and metadata in Excel format.

Methods

Name Description
Equals(FileFormat)

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

Name Description
Equality(FileFormat, FileFormat)

Determines if two FileFormat values are the same.

Implicit(String to FileFormat)

Converts a String to a FileFormat.

Inequality(FileFormat, FileFormat)

Determines if two FileFormat values are not the same.

Applies to