WorkspacePurgeBody interface
Describes the body of a purge request for an App Insights Workspace
Properties
filters | The set of columns and filters (queries) to run over them to purge the resulting data. |
table | Table from which to purge data. |
Property Details
filters
The set of columns and filters (queries) to run over them to purge the resulting data.
filters: WorkspacePurgeBodyFilters[]
Property Value
table
Table from which to purge data.
table: string
Property Value
string