다음을 통해 공유


PrivateStoreCollectionOperationsExtensions Class

Definition

Extension methods for PrivateStoreCollectionOperations.

public static class PrivateStoreCollectionOperationsExtensions
type PrivateStoreCollectionOperationsExtensions = class
Public Module PrivateStoreCollectionOperationsExtensions
Inheritance
PrivateStoreCollectionOperationsExtensions

Methods

CreateOrUpdate(IPrivateStoreCollectionOperations, String, String, Collection)

Create or update private store collection

CreateOrUpdateAsync(IPrivateStoreCollectionOperations, String, String, Collection, CancellationToken)

Create or update private store collection

Delete(IPrivateStoreCollectionOperations, String, String)

Delete a collection from the given private store.

DeleteAsync(IPrivateStoreCollectionOperations, String, String, CancellationToken)

Delete a collection from the given private store.

Get(IPrivateStoreCollectionOperations, String, String)

Gets private store collection

GetAsync(IPrivateStoreCollectionOperations, String, String, CancellationToken)

Gets private store collection

List(IPrivateStoreCollectionOperations, String)

Gets private store collections list

ListAsync(IPrivateStoreCollectionOperations, String, CancellationToken)

Gets private store collections list

Post(IPrivateStoreCollectionOperations, String, String, String)

Delete Private store collection. This is a workaround.

PostAsync(IPrivateStoreCollectionOperations, String, String, String, CancellationToken)

Delete Private store collection. This is a workaround.

TransferOffers(IPrivateStoreCollectionOperations, String, String, TransferOffersProperties)

transferring offers (copy or move) from source collection to target collection(s)

TransferOffersAsync(IPrivateStoreCollectionOperations, String, String, TransferOffersProperties, CancellationToken)

transferring offers (copy or move) from source collection to target collection(s)

Applies to