Azure Data Lake Storage website screenshot

Azure Data Lake Storage

Azure Data Lake Storage Gen2 REST API provides a file system interface for big data analytics workloads on Azure Blob Storage. It supports creating file systems, managing directories and files with hierarchical namespace, setting ACLs, and integrating with analytics engines.

1 APIs 0 Features
AnalyticsBig DataData LakeHierarchical Storage

APIs

Azure Data Lake Storage REST API

Azure Data Lake Storage Gen2 REST API provides a file system interface for big data analytics workloads on Azure Blob Storage. It supports creating file systems, managing direct...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Data Lake Storage Gen2 REST API
  version: '2024-05-04'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Filesystems
    type: folder
  items:
  - info:
      name: Azure Data Lake Storage Gen2 REST API List
      type: http
    http:
      method: GET
      url: https://{account}.dfs.core.windows.net/
      params:
      - name: comp
        value: ''
        type: query
    docs: Lists filesystems in the account.
  - info:
      name: Azure Data Lake Storage Gen2 REST API Get properties
      type: http
    http:
      method: GET
      url: https://{account}.dfs.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Returns the properties of the filesystem.
  - info:
      name: Azure Data Lake Storage Gen2 REST API Create
      type: http
    http:
      method: PUT
      url: https://{account}.dfs.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Creates a new filesystem.
  - info:
      name: Azure Data Lake Storage Gen2 REST API Delete
      type: http
    http:
      method: DELETE
      url: https://{account}.dfs.core.windows.net/:container
      params:
      - name: container
        value: ''
        type: path
    docs: Deletes the filesystem.
  - info:
      name: Azure Data Lake Storage Gen2 REST API Get item
      type: http
    http:
      method: GET
      url: https://{account}.dfs.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Retrieves a resource at the path.
  - info:
      name: Azure Data Lake Storage Gen2 REST API Put item
      type: http
    http:
      method: PUT
      url: https://{account}.dfs.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Creates or updates a resource at the path.
  - info:
      name: Azure Data Lake Storage Gen2 REST API Delete item
      type: http
    http:
      method: DELETE
      url: https://{account}.dfs.core.windows.net/:container/:path
      params:
      - name: container
        value: ''
        type: path
      - name: path
        value: ''
        type: path
    docs: Deletes a resource at the path.
bundled: true