Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Metadata

Package version

Class representing a Metadata.

Hierarchy

  • Metadata

Index

Constructors

Methods

Constructors

constructor

  • new Metadata(client: AzureLogAnalytics): Metadata

Methods

get

  • Retrieve the metadata information for the workspace, including its schema, functions, workspace info, categories etc.

    Parameters

    • workspaceId: string

      ID of the workspace. This is Workspace ID from the Properties blade in the Azure portal.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<MetadataGetResponse>

post

  • Retrieve the metadata information for the workspace, including its schema, functions, workspace info, categories etc.

    Parameters

    • workspaceId: string

      ID of the workspace. This is Workspace ID from the Properties blade in the Azure portal.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<MetadataPostResponse>

Generated using TypeDoc