Conflicts class
Constructors
Conflicts(Container, Client |
Eigenschappen
container |
Methoden
query(string | Sql |
Voert query's uit op alle conflicten. |
query<T>(string | Sql |
Voert query's uit op alle conflicten. |
read |
Alle conflicten lezen |
Constructordetails
Conflicts(Container, ClientContext)
new Conflicts(container: Container, clientContext: ClientContext)
Parameters
- container
- Container
- clientContext
-
ClientContext
Eigenschapdetails
container
Methodedetails
query(string | SqlQuerySpec, FeedOptions)
Voert query's uit op alle conflicten.
function query(query: string | SqlQuerySpec, options?: FeedOptions): QueryIterator<any>
Parameters
- query
-
string | SqlQuerySpec
Queryconfiguratie voor de bewerking. Zie SqlQuerySpec- voor meer informatie over het configureren van een query.
- options
- FeedOptions
Hiermee kunt u opties instellen, zoals het paginaformaat van het antwoord, vervolgtokens, enzovoort.
Retouren
QueryIterator<any>
QueryIterator- Hiermee kunt u resultaten in een matrix retourneren of ze één voor één herhalen.
query<T>(string | SqlQuerySpec, FeedOptions)
Voert query's uit op alle conflicten.
function query<T>(query: string | SqlQuerySpec, options?: FeedOptions): QueryIterator<T>
Parameters
- query
-
string | SqlQuerySpec
Queryconfiguratie voor de bewerking. Zie SqlQuerySpec- voor meer informatie over het configureren van een query.
- options
- FeedOptions
Hiermee kunt u opties instellen, zoals het paginaformaat van het antwoord, vervolgtokens, enzovoort.
Retouren
QueryIterator- Hiermee kunt u resultaten in een matrix retourneren of ze één voor één herhalen.
readAll(FeedOptions)
Alle conflicten lezen
function readAll(options?: FeedOptions): QueryIterator<ConflictDefinition & Resource>
Parameters
- options
- FeedOptions
Hiermee kunt u opties instellen, zoals het paginaformaat van het antwoord, vervolgtokens, enzovoort.