Package version:

Interface representing a Library.

Hierarchy

  • Library

Methods

  • 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: RequestBodyType

      Library file chunk.

    • Optional options: LibraryAppendOptionalParams

      The options parameters.

    Returns Promise<void>

  • 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>>

  • Delete Library

    Parameters

    • libraryName: string

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

    • Optional options: LibraryDeleteOptionalParams

      The options parameters.

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

  • 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>>

Generated using TypeDoc