WorkspaceCapping Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The daily volume cap for ingestion.
public class WorkspaceCapping
type WorkspaceCapping = class
Public Class WorkspaceCapping
- Inheritance
-
WorkspaceCapping
Constructors
WorkspaceCapping() |
Initializes a new instance of the WorkspaceCapping class. |
WorkspaceCapping(Nullable<Double>, String, String) |
Initializes a new instance of the WorkspaceCapping class. |
Properties
DailyQuotaGb |
Gets or sets the workspace daily quota for ingestion. |
DataIngestionStatus |
Gets the status of data ingestion for this workspace. Possible values include: 'RespectQuota', 'ForceOn', 'ForceOff', 'OverQuota', 'SubscriptionSuspended', 'ApproachingQuota' |
QuotaNextResetTime |
Gets the time when the quota will be rest. |
Applies to
Azure SDK for .NET