| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaType.fromValue(String text) |
SchemaType |
Bucket.getSchemaType()
Get schemaType
|
SchemaType |
PostBucketRequest.getSchemaType()
Get schemaType
|
SchemaType |
SchemaType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SchemaType |
SchemaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaType[] |
SchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket |
Bucket.schemaType(SchemaType schemaType) |
PostBucketRequest |
PostBucketRequest.schemaType(SchemaType schemaType) |
void |
Bucket.setSchemaType(SchemaType schemaType) |
void |
PostBucketRequest.setSchemaType(SchemaType schemaType) |
void |
SchemaType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SchemaType enumeration) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.