Package-level declarations

Types

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

The log type that this config enables.

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

Immutable. The type of storage used by this cluster to serve its parent instance's tables, unless explicitly overridden.

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

The type of the instance. Defaults to PRODUCTION.

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

Immutable. The granularity (i.e. MILLIS) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to MILLIS. Views: SCHEMA_VIEW, FULL.