Package-level declarations

Types

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

A role defining the data plane operations that a principal can perform on a Time Series Insights client.

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

The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.

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

The type of the ingressStartAt, It can be "EarliestAvailable", "EventSourceCreationTime", "CustomEnqueuedTime".

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

An enum that represents the format of the local timestamp property that needs to be set.

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

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

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

The type of the property.

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

The type of the key property.

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

The name of this SKU.

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

The behavior the Time Series Insights service should take when the environment's capacity has been exceeded. If "PauseIngress" is specified, new events will not be read from the event source. If "PurgeOldData" is specified, new events will continue to be read and old events will be deleted from the environment. The default behavior is PurgeOldData.