ContainerResource.withContainerFilesCallback
Method
interface ContainerResource { // ... omitted for brevity withContainerFilesCallback(destinationPath: string, callback: (arg1: ContainerFileSystemCallbackContext, arg2: cancellationToken) => Promise<ContainerFileSystemItem[]>, options?: ContainerFilesOptions): ContainerResource;}Signature
method
withContainerFilesCallbackbuilderCreates or updates files and/or folders at the destination path in the container using entries produced by a callback.
withContainerFilesCallback(destinationPath: string, callback: (arg1: ContainerFileSystemCallbackContext, arg2: cancellationToken) => Promise<ContainerFileSystemItem[]>, options?: ContainerFilesOptions): ContainerResourceParameters
destinationPathstringcallback(arg1: ContainerFileSystemCallbackContext, arg2: cancellationToken) => Promise<ContainerFileSystemItem[]>optionsContainerFilesOptionsoptionalReturns
ContainerResourceDefined on
This method is defined on the following type: