IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface GetObjectTorrentCommandOutput

    The output of GetObjectTorrentCommand.

    interface GetObjectTorrentCommandOutput {
        Body?: StreamingBlobPayloadOutputTypes;
        RequestCharged?: "requester";
    }

    Hierarchy

    Index

    Properties

    Body?: StreamingBlobPayloadOutputTypes
    RequestCharged?: "requester"

    If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.

    This functionality is not supported for directory buckets.