AnalyticalStorageConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. AnalyticalStorageConfiguration
- com.
Implements
public final class AnalyticalStorageConfiguration
implements JsonSerializable<AnalyticalStorageConfiguration>
Analytical storage specific properties.
Constructor Summary
Constructor | Description |
---|---|
AnalyticalStorageConfiguration() |
Creates an instance of Analytical |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Analytical |
fromJson(JsonReader jsonReader)
Reads an instance of Analytical |
Analytical |
schemaType()
Get the schema |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Analytical |
withSchemaType(AnalyticalStorageSchemaType schemaType)
Set the schema |
Methods inherited from java.lang.Object
Constructor Details
AnalyticalStorageConfiguration
public AnalyticalStorageConfiguration()
Creates an instance of AnalyticalStorageConfiguration class.
Method Details
fromJson
public static AnalyticalStorageConfiguration fromJson(JsonReader jsonReader)
Reads an instance of AnalyticalStorageConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
schemaType
public AnalyticalStorageSchemaType schemaType()
Get the schemaType property: Describes the types of schema for analytical storage.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSchemaType
public AnalyticalStorageConfiguration withSchemaType(AnalyticalStorageSchemaType schemaType)
Set the schemaType property: Describes the types of schema for analytical storage.
Parameters:
Returns:
Applies to
Azure SDK for Java