FileFormatType Enum

Definition

The supported external file formats.

public enum FileFormatType
type FileFormatType = 
Public Enum FileFormatType
Inheritance
FileFormatType

Fields

Csv 5

CSV only used by copy statement.

DelimitedText 3

Delimited text files used by polybase.

Orc 2

ORC File created through hive.

Parallel_Csv 6

CSV only used by copy statement to enable multithreading.

Parquet 4

Parquet files created through Hive or Impala.

RcFile 1

RC File created through hive.

Undefined 0

A default value to represent the uninitialized state.

Applies to