Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Conflicts

Use to query or read all conflicts.

see

Conflict to read or delete a given Conflict by id.

Hierarchy

  • Conflicts

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

container

container: Container

Methods

query

  • Queries all conflicts.

    Parameters

    • query: string | SqlQuerySpec

      Query configuration for the operation. See SqlQuerySpec for more info on how to configure a query.

    • Optional options: FeedOptions

      Use to set options like response page size, continuation tokens, etc.

    Returns QueryIterator<any>

    Allows you to return results in an array or iterate over them one at a time.

  • Queries all conflicts.

    Type parameters

    • T

    Parameters

    • query: string | SqlQuerySpec

      Query configuration for the operation. See SqlQuerySpec for more info on how to configure a query.

    • Optional options: FeedOptions

      Use to set options like response page size, continuation tokens, etc.

    Returns QueryIterator<T>

    Allows you to return results in an array or iterate over them one at a time.

readAll

Generated using TypeDoc