Class ReadOnlyFollowingDatabase
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.kusto.fluent.models.DatabaseInner
com.azure.resourcemanager.kusto.models.ReadOnlyFollowingDatabase
Class representing a read only following database.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the attachedDatabaseConfigurationName property: The name of the attached database configuration cluster.Get the databaseShareOrigin property: The origin of the following setup.Get the hotCachePeriod property: The time the data should be kept in cache for fast queries in TimeSpan.Get the leaderClusterResourceId property: The name of the leader cluster.Get the originalDatabaseName property: The original database name, before databaseNameOverride or databaseNamePrefix where applied.Get the principalsModificationKind property: The principals modification kind of the database.Get the provisioningState property: The provisioned state of the resource.Get the softDeletePeriod property: The time the data should be kept before it stops being accessible to queries in TimeSpan.Get the statistics property: The statistics of the database.Get the tableLevelSharingProperties property: Table level sharing specifications.void
validate()
Validates the instance.withHotCachePeriod
(Duration hotCachePeriod) Set the hotCachePeriod property: The time the data should be kept in cache for fast queries in TimeSpan.withLocation
(String location) Set the location property: Resource location.Methods inherited from class com.azure.resourcemanager.kusto.fluent.models.DatabaseInner
location
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ReadOnlyFollowingDatabase
public ReadOnlyFollowingDatabase()
-
-
Method Details
-
withLocation
Set the location property: Resource location.- Overrides:
withLocation
in classDatabaseInner
- Parameters:
location
- the location value to set.- Returns:
- the DatabaseInner object itself.
-
provisioningState
Get the provisioningState property: The provisioned state of the resource.- Returns:
- the provisioningState value.
-
softDeletePeriod
Get the softDeletePeriod property: The time the data should be kept before it stops being accessible to queries in TimeSpan.- Returns:
- the softDeletePeriod value.
-
hotCachePeriod
Get the hotCachePeriod property: The time the data should be kept in cache for fast queries in TimeSpan.- Returns:
- the hotCachePeriod value.
-
withHotCachePeriod
Set the hotCachePeriod property: The time the data should be kept in cache for fast queries in TimeSpan.- Parameters:
hotCachePeriod
- the hotCachePeriod value to set.- Returns:
- the ReadOnlyFollowingDatabase object itself.
-
statistics
Get the statistics property: The statistics of the database.- Returns:
- the statistics value.
-
leaderClusterResourceId
Get the leaderClusterResourceId property: The name of the leader cluster.- Returns:
- the leaderClusterResourceId value.
-
attachedDatabaseConfigurationName
Get the attachedDatabaseConfigurationName property: The name of the attached database configuration cluster.- Returns:
- the attachedDatabaseConfigurationName value.
-
principalsModificationKind
Get the principalsModificationKind property: The principals modification kind of the database.- Returns:
- the principalsModificationKind value.
-
tableLevelSharingProperties
Get the tableLevelSharingProperties property: Table level sharing specifications.- Returns:
- the tableLevelSharingProperties value.
-
originalDatabaseName
Get the originalDatabaseName property: The original database name, before databaseNameOverride or databaseNamePrefix where applied.- Returns:
- the originalDatabaseName value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classDatabaseInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-