TypeDetectionScheme Parameter (Connect-CosmosDB Cmdlet)
各ドキュメントコレクションのフィールドおよびデータタイプを決定するために、provider がデータをどのようにスキャンするかを示すカンマ区切りのオプション。
Syntax
Connect-CosmosDB -TypeDetectionScheme string
Data Type
cstr
Default Value
"RowScan,Recent"
Remarks
None | TypeDetectionScheme をNone に設定した場合は、すべてのカラムは文字列型で返されます。他のオプションとの併用はできません。 |
RowScan | TypeDetectionScheme をRowScan に設定した場合には、ヒューリスティックにデータ型を決定します。RowScanDepth ではスキャンする行数を決定します。Recent と一緒に使用できます。 |
Recent | TypeDetectionScheme をRecent に設定すると、コレクション内の直近のドキュメントでRowScan を実行するかどうかを決定します。RowScan と一緒に使用できます。 |
RawValue | Setting TypeDetectionScheme to RawValue will push each document as single aggregate on a column named JsonData, along with its resource identifier on the separate Primary Key column. Cannot be combined with other options. |