IWorkspacePurgeOperations Interface
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.
WorkspacePurgeOperations operations.
public interface IWorkspacePurgeOperations
type IWorkspacePurgeOperations = interface
Public Interface IWorkspacePurgeOperations
Methods
GetPurgeStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets status of an ongoing purge operation. |
PurgeWithHttpMessagesAsync(String, String, WorkspacePurgeBody, Dictionary<String,List<String>>, CancellationToken) |
Purges data in an Log Analytics workspace by a set of user-defined filters. In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected. |
Extension Methods
GetPurgeStatus(IWorkspacePurgeOperations, String, String, String) |
Gets status of an ongoing purge operation. |
GetPurgeStatusAsync(IWorkspacePurgeOperations, String, String, String, CancellationToken) |
Gets status of an ongoing purge operation. |
Purge(IWorkspacePurgeOperations, String, String, WorkspacePurgeBody) |
Purges data in an Log Analytics workspace by a set of user-defined filters. In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected. |
PurgeAsync(IWorkspacePurgeOperations, String, String, WorkspacePurgeBody, CancellationToken) |
Purges data in an Log Analytics workspace by a set of user-defined filters. In order to manage system resources, purge requests are throttled at 50 requests per hour. You should batch the execution of purge requests by sending a single command whose predicate includes all user identities that require purging. Use the in operator to specify multiple identities. You should run the query prior to using for a purge request to verify that the results are expected. |
Applies to
Azure SDK for .NET