Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Watchlists

Package version

Interface representing a Watchlists.

Hierarchy

  • Watchlists

Implemented by

Index

Methods

createOrUpdate

  • Create or update a Watchlist and its Watchlist Items (bulk creation, e.g. through text/csv content type). To create a Watchlist and its Items, we should call this endpoint with either rawContent or a valid SAR URI and contentType properties. The rawContent is mainly used for small watchlist (content size below 3.8 MB). The SAS URI enables the creation of large watchlist, where the content size can go up to 500 MB. The status of processing such large file can be polled through the URL returned in Azure-AsyncOperation header.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • watchlistAlias: string

      Watchlist Alias

    • watchlist: Watchlist

      The watchlist

    • Optional options: WatchlistsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<WatchlistsCreateOrUpdateResponse>

delete

get

list

Generated using TypeDoc