GenericDocument.MaxIndexedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The maximum number of indexed properties a document can have.
public static int MaxIndexedProperties { [Android.Runtime.Register("getMaxIndexedProperties", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMaxIndexedProperties", "()I", "", ApiSince=31)>]
static member MaxIndexedProperties : int
Property Value
- Attributes
Remarks
The maximum number of indexed properties a document can have.
Indexed properties are properties which are strings where the AppSearchSchema.StringPropertyConfig#getIndexingType
value is anything other than AppSearchSchema.StringPropertyConfig#INDEXING_TYPE_NONE
, as well as long properties where the AppSearchSchema.LongPropertyConfig#getIndexingType
value is AppSearchSchema.LongPropertyConfig#INDEXING_TYPE_RANGE
.
Java documentation for android.app.appsearch.GenericDocument.getMaxIndexedProperties()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.