Class ReadWriteDatabaseProperties
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.ReadWriteDatabaseProperties
Class representing the Kusto database properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the hotCachePeriod property: The time the data should be kept in cache for fast queries in TimeSpan.Get the isFollowed property: Indicates whether the database is followed.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.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.withSoftDeletePeriod
(Duration softDeletePeriod) Set the softDeletePeriod property: The time the data should be kept before it stops being accessible to queries in TimeSpan.
-
Constructor Details
-
ReadWriteDatabaseProperties
public ReadWriteDatabaseProperties()
-
-
Method Details
-
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.
-
withSoftDeletePeriod
Set the softDeletePeriod property: The time the data should be kept before it stops being accessible to queries in TimeSpan.- Parameters:
softDeletePeriod
- the softDeletePeriod value to set.- Returns:
- the ReadWriteDatabaseProperties object itself.
-
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 ReadWriteDatabaseProperties object itself.
-
statistics
Get the statistics property: The statistics of the database.- Returns:
- the statistics value.
-
isFollowed
Get the isFollowed property: Indicates whether the database is followed.- Returns:
- the isFollowed value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-