Class AppConfigCustomizedProperty
-
- All Implemented Interfaces:
public class AppConfigCustomizedProperty
Represents the data type of the customized properties defined in discovery service json value.
When publishing a mobile services application to the Discovery Service, besides the predefined properties such as 'app id' and 'host', customized properties can also be defined. These customized properties support different data types, such as
string
,boolean
,int
,float
,json
object, orjson
array.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AppConfigCustomizedProperty.StringProperty
json string property
public final class
AppConfigCustomizedProperty.IntProperty
json integer property
public final class
AppConfigCustomizedProperty.BooleanProperty
json boolean property
public final class
AppConfigCustomizedProperty.DoubleProperty
json double property
public final class
AppConfigCustomizedProperty.LongProperty
json long property
public final class
AppConfigCustomizedProperty.JsonObjectProperty
json object property
public final class
AppConfigCustomizedProperty.JsonArrayProperty
json array property
-