BlobIndexerParsingMode type
服務支援的已知值
default:設定為預設以進行一般檔案處理。 text:設定為文字,以改善 Blob 儲存體中純文字檔案的索引編制效能。 delimitedText:當 Blob 是純 CSV 檔案時,設定為分隔文字。 json:設定為 json,以從 JSON 檔案擷取結構化內容。 jsonArray:設定為 jsonArray,將 JSON 陣列的個別元素擷取為Azure 認知搜尋中的個別檔。 jsonLines:設定為 jsonLines以擷取個別 JSON 實體,並以新行分隔,作為Azure 認知搜尋中的個別檔。
type BlobIndexerParsingMode =
| "default"
| "text"
| "delimitedText"
| "json"
| "jsonArray"
| "jsonLines"