DelimitedTextWriteSettings interface
分隔文字寫入設定。
- Extends
屬性
| file |
用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。 |
| file |
指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。 |
| max |
限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。 |
| quote |
指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
| type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
fileExtension
用來建立檔案的擴展名。 Type:string (或 expression with resultType string) 。
fileExtension: any
屬性值
any
fileNamePrefix
指定檔名模式 <fileNamePrefix>_<fileIndex>。<從不含 partitionOptions 的非檔案式存放區複製時,fileExtension> 。 Type:string (或 expression with resultType string) 。
fileNamePrefix?: any
屬性值
any
maxRowsPerFile
限制寫入檔案的數據列計數小於或等於指定的計數。 類型:integer (或 expression with resultType integer) 。
maxRowsPerFile?: any
屬性值
any
quoteAllText
指出字串值是否一律以引號括住。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
quoteAllText?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "DelimitedTextWriteSettings"
屬性值
"DelimitedTextWriteSettings"