Database.GetClientEncryptionKeyQueryIterator メソッド

定義

クライアント暗号化キーのプロパティを取得するために反復処理できる反復子を返します。 このメソッドは、直接呼び出すものではありません。 クライアント側の暗号化を使用するには、 を参照してください https://aka.ms/CosmosClientEncryption

public abstract Microsoft.Azure.Cosmos.FeedIterator<Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties> GetClientEncryptionKeyQueryIterator (Microsoft.Azure.Cosmos.QueryDefinition queryDefinition, string continuationToken = default, Microsoft.Azure.Cosmos.QueryRequestOptions requestOptions = default);
abstract member GetClientEncryptionKeyQueryIterator : Microsoft.Azure.Cosmos.QueryDefinition * string * Microsoft.Azure.Cosmos.QueryRequestOptions -> Microsoft.Azure.Cosmos.FeedIterator<Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties>
Public MustOverride Function GetClientEncryptionKeyQueryIterator (queryDefinition As QueryDefinition, Optional continuationToken As String = Nothing, Optional requestOptions As QueryRequestOptions = Nothing) As FeedIterator(Of ClientEncryptionKeyProperties)

パラメーター

queryDefinition
QueryDefinition

Cosmos SQL クエリ定義。

continuationToken
String

(省略可能)Azure Cosmos DB サービスの継続トークン。

requestOptions
QueryRequestOptions

(省略可能)要求のオプション。 返される結果の数を制限するように設定 MaxItemCount します。

戻り値

クライアント暗号化キーに対する反復子。

注釈

ReadAsync(RequestOptions, CancellationToken) は、単一のクライアント暗号化キーの検索に推奨されます。

適用対象