Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.GetTorrent

TElAWSS3DataStorageObject     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Retrieves torrent file for the object.

Declaration

[C#]
    void GetTorrent(System.IO.Stream Stream);

[VB.NET]
    Sub GetTorrent(ByVal Stream As System.IO.Stream)

[Pascal]
    procedure GetLocalETag(Stream : TStream);

[C++]
    void GetTorrent(TStream &Stream);
    void GetTorrent(TStream *Stream);

[PHP]
    void GetTorrent(TStream $Stream)

[Java]
    void getTorrent(TElStream Stream);

Parameters

  • Stream - stream where the torrent file should be stored.

Description

    Use this method to request torrent file for the object. Note, that you can get torrent only for objects that are less than 5 GB in size.

Discuss this help topic in SecureBlackbox Forum