Language

Cardinality Enum

Definition

public enum Cardinality
type Cardinality = 
Inheritance
Cardinality

Fields

Name Value Description
Repeated 1

Any number of items (including zero) [0...*].

Android reference for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_REPEATED.

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.

Optional 2

Zero or one value [0,1].

Android reference for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_OPTIONAL.

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.

Required 3

Exactly one value [1].

Android reference for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_REQUIRED.

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.

Applies to