共用方式為


DataLakeStoreAccountsListByAccountOptionalParams interface

選用參數。

Extends

OperationOptions

屬性

count

為 true 或 false 的布林值,可要求回應中資源隨附的相符資源計數,例如 Categories?$count=true。 選擇性。

filter

OData 篩選。 選擇性。

orderby

OrderBy 子句。 一或多個具有選擇性 「asc」 的逗號分隔運算式 (預設) 或 「desc」,視您想要排序的值順序而定,例如 Categories?$orderby=CategoryName desc。 選擇性。

select

OData Select 語句。 將每個專案的屬性限制為只要求的屬性,例如 Categories?$select=CategoryName,Description。 選擇性。

skip

傳回專案之前要略過的專案數。 選擇性。

top

要傳回的專案數。 選擇性。

繼承的屬性

abortSignal

可用來中止要求的訊號。

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

serializerOptions

覆寫序列化/取消序列化行為的選項。

tracingOptions

啟用追蹤時所使用的選項。

屬性詳細資料

count

為 true 或 false 的布林值,可要求回應中資源隨附的相符資源計數,例如 Categories?$count=true。 選擇性。

count?: undefined | false | true

屬性值

undefined | false | true

filter

OData 篩選。 選擇性。

filter?: undefined | string

屬性值

undefined | string

orderby

OrderBy 子句。 一或多個具有選擇性 「asc」 的逗號分隔運算式 (預設) 或 「desc」,視您想要排序的值順序而定,例如 Categories?$orderby=CategoryName desc。 選擇性。

orderby?: undefined | string

屬性值

undefined | string

select

OData Select 語句。 將每個專案的屬性限制為只要求的屬性,例如 Categories?$select=CategoryName,Description。 選擇性。

select?: undefined | string

屬性值

undefined | string

skip

傳回專案之前要略過的專案數。 選擇性。

skip?: undefined | number

屬性值

undefined | number

top

要傳回的專案數。 選擇性。

top?: undefined | number

屬性值

undefined | number

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

AbortSignalLike

繼承自 OperationOptions.abortSignal

onResponse

每次從伺服器收到回應時,要呼叫的函式,同時執行要求的作業。 可以多次呼叫。

onResponse?: RawResponseCallback

屬性值

RawResponseCallback

繼承自 OperationOptions.onResponse

requestOptions

建立和傳送此作業之 HTTP 要求時所使用的選項。

requestOptions?: OperationRequestOptions

屬性值

OperationRequestOptions

繼承自 OperationOptions.requestOptions

serializerOptions

覆寫序列化/取消序列化行為的選項。

serializerOptions?: SerializerOptions

屬性值

SerializerOptions

繼承自 OperationOptions.serializerOptions

tracingOptions

啟用追蹤時所使用的選項。

tracingOptions?: OperationTracingOptions

屬性值

OperationTracingOptions

繼承自 OperationOptions.tracingOptions