Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnalyticsItemsListOptionalParams

Package version

interface

An interface representing AnalyticsItemsListOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • AnalyticsItemsListOptionalParams

Index

Properties

Optional includeContent

includeContent: undefined | false | true
member

{boolean} [includeContent] Flag indicating whether or not to return the content of each applicable item. If false, only return the item information.

Optional scope

scope: ItemScope
member

{ItemScope} [scope] Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'shared', 'user'. Default value: 'shared' .

Optional type

member

{ItemTypeParameter} [type] Enum indicating the type of the Analytics item. Possible values include: 'none', 'query', 'function', 'folder', 'recent'. Default value: 'none' .

Generated using TypeDoc