WorkspaceCapping Class
The daily volume cap for ingestion.
Constructor
WorkspaceCapping(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
daily_quota_gb
|
The workspace daily quota for ingestion. |
|
quota_next_reset_time
|
The time when the quota will be rest. |
|
data_ingestion_status
|
The status of data ingestion for this workspace. Known values are: "RespectQuota", "ForceOn", "ForceOff", "OverQuota", "SubscriptionSuspended", and "ApproachingQuota". |
Attributes
daily_quota_gb
The workspace daily quota for ingestion.
daily_quota_gb: float | None
data_ingestion_status
"RespectQuota", "ForceOn", "ForceOff", "OverQuota", "SubscriptionSuspended", and "ApproachingQuota".
data_ingestion_status: str | _models.DataIngestionStatus | None
quota_next_reset_time
The time when the quota will be rest.
quota_next_reset_time: str | None