Condividi tramite


PurviewCollections Class

Definition

The PurviewCollections service client.

public class PurviewCollections
type PurviewCollections = class
Public Class PurviewCollections
Inheritance
PurviewCollections

Constructors

PurviewCollections()

Initializes a new instance of PurviewCollections for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

CreateOrUpdateEntity(String, RequestContent, RequestContext)

Creates or updates an entity to a collection. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.

CreateOrUpdateEntityAsync(String, RequestContent, RequestContext)

Creates or updates an entity to a collection. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.

CreateOrUpdateEntityInBulk(String, RequestContent, RequestContext)

Creates or updates entities in bulk to a collection. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.

CreateOrUpdateEntityInBulkAsync(String, RequestContent, RequestContext)

Creates or updates entities in bulk to a collection. Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName. Map and array of collections are not well supported. E.g., array<array<int>>, array<map<string, int>>.

MoveEntitiesToCollection(String, RequestContent, RequestContext)

Move existing entities to the target collection.

MoveEntitiesToCollectionAsync(String, RequestContent, RequestContext)

Move existing entities to the target collection.

Applies to