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 | Description |
---|---|
Analytical |
Creates an instance of Analytical |
Modifier and Type | Method and Description |
---|---|
static
Analytical |
from Reads an instance of Analytical |
Analytical |
schema Get the schema |
Json |
to |
void |
validate()
Validates the instance. |
Analytical |
with Set the schema |
Methods inherited from java.lang.Object
AnalyticalStorageConfiguration
public AnalyticalStorageConfiguration()
Creates an instance of AnalyticalStorageConfiguration class.
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: