Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileStartCopyOptions

Package version

Options to configure File - Start Copy operation.

export
interface

FileStartCopyOptions

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

type

{AbortSignalLike}

memberof

FileStartCopyOptions

Optional metadata

metadata: Metadata

A collection of key-value string pair to associate with the file storage object.

type

{Metadata}

memberof

FileCreateOptions

Optional tracingOptions

tracingOptions: OperationTracingOptions

Generated using TypeDoc