Package-level declarations

Types

Link copied to clipboard
enum InfluxDbInstanceDbInstanceType : Enum<InfluxDbInstanceDbInstanceType> , ConvertibleToJava<InfluxDbInstanceDbInstanceType>

The compute instance of the InfluxDB instance.

Link copied to clipboard
enum InfluxDbInstanceDbStorageType : Enum<InfluxDbInstanceDbStorageType> , ConvertibleToJava<InfluxDbInstanceDbStorageType>

The storage type of the InfluxDB instance.

Link copied to clipboard
enum InfluxDbInstanceDeploymentType : Enum<InfluxDbInstanceDeploymentType> , ConvertibleToJava<InfluxDbInstanceDeploymentType>

Deployment type of the InfluxDB Instance.

Link copied to clipboard
enum InfluxDbInstanceStatus : Enum<InfluxDbInstanceStatus> , ConvertibleToJava<InfluxDbInstanceStatus>

Status of the InfluxDB Instance.

Link copied to clipboard
enum ScheduledQueryDimensionValueType : Enum<ScheduledQueryDimensionValueType> , ConvertibleToJava<ScheduledQueryDimensionValueType>

Type for the dimension.

Link copied to clipboard
enum ScheduledQueryEncryptionOption : Enum<ScheduledQueryEncryptionOption> , ConvertibleToJava<ScheduledQueryEncryptionOption>

Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.

enum ScheduledQueryMixedMeasureMappingMeasureValueType : Enum<ScheduledQueryMixedMeasureMappingMeasureValueType> , ConvertibleToJava<ScheduledQueryMixedMeasureMappingMeasureValueType>

Type of the value that is to be read from SourceColumn. If the mapping is for MULTI, use MeasureValueType.MULTI.

enum ScheduledQueryMultiMeasureAttributeMappingMeasureValueType : Enum<ScheduledQueryMultiMeasureAttributeMappingMeasureValueType> , ConvertibleToJava<ScheduledQueryMultiMeasureAttributeMappingMeasureValueType>

Value type of the measure value column to be read from the query result.

Link copied to clipboard
enum TablePartitionKeyEnforcementLevel : Enum<TablePartitionKeyEnforcementLevel> , ConvertibleToJava<TablePartitionKeyEnforcementLevel>

The level of enforcement for the specification of a dimension key in ingested records. Options are REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).

Link copied to clipboard
enum TablePartitionKeyType : Enum<TablePartitionKeyType> , ConvertibleToJava<TablePartitionKeyType>

The type of the partition key. Options are DIMENSION (dimension key) and MEASURE (measure key).