AppSearchSchema.DoublePropertyConfig

class AppSearchSchema.DoublePropertyConfig : AppSearchSchema.PropertyConfig


Configuration for a property containing a double-precision decimal number.

Summary

Inherited Constants

From androidx.appsearch.app.AppSearchSchema.PropertyConfig
const Int

Zero or one value [0,1].

const Int

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

const Int

Exactly one value [1].

Inherited functions

From androidx.appsearch.app.AppSearchSchema.PropertyConfig
Boolean
equals(other: Any?)
Int

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

String

Returns the name of this property.

Int
String