Freigeben über


CatalogOperationsExtensions.ListViewsAsync Methode

Definition

Ruft die Liste der Ansichten aus dem Data Lake Analytics-Katalog ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>> ListViewsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, 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 ListViewsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * 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 ListViewsAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName 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.

schemaName
String

Der Name des Schemas, das 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: