Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspacePurge

Package version

Interface representing a WorkspacePurge.

Hierarchy

  • WorkspacePurge

Implemented by

Index

Methods

getPurgeStatus

purge

  • 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.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • body: WorkspacePurgeBody

      Describes the body of a request to purge data in a single table of an Log Analytics Workspace

    • Optional options: WorkspacePurgePurgeOptionalParams

      The options parameters.

    Returns Promise<WorkspacePurgePurgeResponse>

Generated using TypeDoc