public @interface

AppSearchSchema.PropertyConfig.Cardinality

implements java.lang.annotation.Annotation

 androidx.appsearch.app.AppSearchSchema.PropertyConfig.Cardinality

Overview

The cardinality of the property (whether it is required, optional or repeated).

NOTE: The integer values of these constants must match the proto enum constants in com.google.android.icing.proto.PropertyConfigProto.Cardinality.Code.

Summary