Freigeben über


CatalogOperationsExtensions.ListViewsByDatabaseAsync Methode

Definition

Ruft die Liste aller Ansichten in einer Datenbank aus dem Data Lake Analytics-Katalog ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>> ListViewsByDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListViewsByDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>
<Extension()>
Public Function ListViewsByDatabaseAsync (operations As ICatalogOperations, accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlView) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlView))

Parameter

operations
ICatalogOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Analytics Konto zum Ausführen von Katalogvorgängen.

databaseName
String

Der Name der Datenbank, die die Ansichten enthält.

odataQuery
ODataQuery<USqlView>

OData-Parameter, die auf den Vorgang angewendet werden sollen.

select
String

OData Select-Anweisung. Schränkt die Eigenschaften für jeden Eintrag auf die angeforderten ein, z. B. Categories?$select=CategoryName,Description. Optional.

count
Nullable<Boolean>

Der boolesche Wert true oder false, um eine Anzahl der übereinstimmenden Ressourcen anzufordern, die in den Ressourcen in der Antwort enthalten sind, z. B. Kategorien?$count=true. Optional.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: