GenericDocument.MaxIndexedProperties プロパティ

定義

ドキュメントに含めることができるインデックス付きプロパティの最大数。

public static int MaxIndexedProperties { [Android.Runtime.Register("getMaxIndexedProperties", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMaxIndexedProperties", "()I", "", ApiSince=31)>]
static member MaxIndexedProperties : int

プロパティ値

属性

注釈

ドキュメントに含めることができるインデックス付きプロパティの最大数。

インデックス付きプロパティは、 AppSearchSchema.StringPropertyConfig#getIndexingType 値が AppSearchSchema.StringPropertyConfig#INDEXING_TYPE_NONE以外の文字列であるプロパティと、 AppSearchSchema.LongPropertyConfig#getIndexingType 値が AppSearchSchema.LongPropertyConfig#INDEXING_TYPE_RANGEされている長いプロパティです。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象