Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.data_lake_store.operations

Fields

NameDatatypeDescription
namestringThe name of the operation.
displayobjectThe display information for a particular operation.
originstringThe intended executor of the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Data Lake Store REST API operations.

SELECT examples

Lists all of the available Data Lake Store REST API operations.

SELECT
name,
display,
origin
FROM azure.data_lake_store.operations
;