Member Junction
    Preparing search index...

    Action for copying a file object within a storage provider.

    await runAction({
    ActionName: 'Copy Storage Object',
    Params: [{
    Name: 'StorageAccount',
    Value: 'Azure Blob Storage'
    }, {
    Name: 'SourceObjectName',
    Value: 'drafts/document.pdf'
    }, {
    Name: 'DestinationObjectName',
    Value: 'archive/document.pdf'
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods