Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LibraryImpl

Package version

Class containing Library operations.

Hierarchy

  • LibraryImpl

Implements

Index

Constructors

constructor

Methods

append

  • Append the content to the library resource created using the create operation. The maximum content size is 4MiB. Content larger than 4MiB must be appended in 4MiB chunks

    Parameters

    • libraryName: string

      file name to upload. Minimum length of the filename should be 1 excluding the extension length.

    • content: coreRestPipeline.RequestBodyType

      Library file chunk.

    • Optional options: LibraryAppendOptionalParams

      The options parameters.

    Returns Promise<void>

beginCreate

  • Creates a library with the library name.

    Parameters

    • libraryName: string

      file name to upload. Minimum length of the filename should be 1 excluding the extension length.

    • Optional options: LibraryCreateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginCreateAndWait

beginDelete

beginDeleteAndWait

beginFlush

  • Flush Library

    Parameters

    • libraryName: string

      file name to upload. Minimum length of the filename should be 1 excluding the extension length.

    • Optional options: LibraryFlushOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginFlushAndWait

get

getOperationResult

list

Generated using TypeDoc