次の方法で共有


IndexingParametersConfiguration.IndexStorageMetadataOnlyForOversizedDocuments プロパティ

定義

Azure BLOB の場合、処理するには大きすぎる BLOB コンテンツのストレージ メタデータのインデックスを作成するには、このプロパティを true に設定します。 サイズが大きい BLOB は、既定ではエラーとして扱われます。 BLOB サイズの制限については、「」を参照してください https://docs.microsoft.com/azure/search/search-limits-quotas-capacity

public bool? IndexStorageMetadataOnlyForOversizedDocuments { get; set; }
member this.IndexStorageMetadataOnlyForOversizedDocuments : Nullable<bool> with get, set
Public Property IndexStorageMetadataOnlyForOversizedDocuments As Nullable(Of Boolean)

プロパティ値

適用対象