Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageContainer.CreateObject

TElWinAzureDataStorageContainer     See also     


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


Creates data object.

Declaration

[C#]
    TElWinAzureDataStorageObject CreateObject(string Name);
    TElWinAzureDataStorageObject CreateObject(string Name, TElCustomDataStorageSecurityHandler Handler);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, TElStringList Metadata, TElCustomDataStorageSecurityHandler Handler);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, string ContentMD5, TElStringList Metadata);
    TElWinAzureDataStorageObject CreateObject(string Name, long InitialSize);
    TElWinAzureDataStorageObject CreateObject(string Name, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, TElStringList Metadata, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, string ContentMD5, TElStringList Metadata, long InitialSize);
    TElWinAzureDataStorageObject CreateObject(string Name, string SharedAccessSignature);
    TElWinAzureDataStorageObject CreateObject(string Name, string SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, TElStringList Metadata, string SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, string ContentMD5, TElStringList Metadata, string SharedAccessSignature);
    TElWinAzureDataStorageObject CreateObject(string Name, string SharedAccessSignature, long InitialSize);
    TElWinAzureDataStorageObject CreateObject(string Name, string SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, TElStringList Metadata, string SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject CreateObject(string Name, string ContentType, string ContentEncoding, string ContentLanguage, string ContentMD5, TElStringList Metadata, string SharedAccessSignature, long InitialSize);

[VB.NET]
    Function CreateObject(ByVal Name As String) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal Handler As TElCustomDataStorageSecurityHandler) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal Metadata As TElStringList, ByVal Handler As TElCustomDataStorageSecurityHandler) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal ContentMD5 As String, ByVal Metadata As TElStringList) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal InitialSize As Long) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal Handler As TElCustomDataStorageSecurityHandler, ByVal InitialSize As Long) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal Metadata As TElStringList, ByVal Handler As TElCustomDataStorageSecurityHandler, ByVal InitialSize As Long) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal ContentMD5 As String, ByVal Metadata As TElStringList, ByVal InitialSize As Long) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal SharedAccessSignature As String) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal SharedAccessSignature As String, ByVal Handler As TElCustomDataStorageSecurityHandler) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal Metadata As TElStringList, ByVal SharedAccessSignature As String, ByVal Handler As TElCustomDataStorageSecurityHandler) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal ContentMD5 As String, ByVal Metadata As TElStringList, ByVal SharedAccessSignature As String) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal SharedAccessSignature As String, ByVal InitialSize As Long) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal SharedAccessSignature As String, ByVal Handler As TElCustomDataStorageSecurityHandler, ByVal InitialSize As Long) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal Metadata As TElStringList, ByVal SharedAccessSignature As String, ByVal Handler As TElCustomDataStorageSecurityHandler, ByVal InitialSize As Long) As TElWinAzureDataStorageObject
    Function CreateObject(ByVal Name As String, ByVal ContentType As String, ByVal ContentEncoding As String, ByVal ContentLanguage As String, ByVal ContentMD5 As String, ByVal Metadata As TElStringList, ByVal SharedAccessSignature As String, ByVal InitialSize As Long) As TElWinAzureDataStorageObject

[Pascal]
    function CreateObject(const Name : string) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; Handler : TElCustomDataStorageSecurityHandler) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; Metadata : TStringList; Handler : TElCustomDataStorageSecurityHandler) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; const ContentMD5 : string; Metadata : TStringList) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; InitialSize : Int64) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; Handler : TElCustomDataStorageSecurityHandler; InitialSize : Int64) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; Metadata : TStringList; Handler : TElCustomDataStorageSecurityHandler; InitialSize : Int64) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; const ContentMD5 : string; Metadata : TStringList; InitialSize : Int64) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const SharedAccessSignature : string) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const SharedAccessSignature : string; Handler : TElCustomDataStorageSecurityHandler) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; Metadata : TStringList; const SharedAccessSignature : string; Handler : TElCustomDataStorageSecurityHandler) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; const ContentMD5 : string; Metadata : TStringList; const SharedAccessSignature : string) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const SharedAccessSignature : string; InitialSize : Int64) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const SharedAccessSignature : string; Handler : TElCustomDataStorageSecurityHandler; InitialSize : Int64) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; Metadata : TStringList; const SharedAccessSignature : string; Handler : TElCustomDataStorageSecurityHandler; InitialSize : Int64) : TElWinAzureDataStorageObject;
    function CreateObject(const Name : string; const ContentType : string; const ContentEncoding : string; const ContentLanguage : string; const ContentMD5 : string; Metadata : TStringList; const SharedAccessSignature : string; InitialSize : Int64) : TElWinAzureDataStorageObject;

[C++]
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, TElCustomDataStorageSecurityHandler &Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, TElCustomDataStorageSecurityHandler *Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList &Metadata, TElCustomDataStorageSecurityHandler &Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList *Metadata, TElCustomDataStorageSecurityHandler *Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList &Metadata);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList *Metadata);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, TElCustomDataStorageSecurityHandler &Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, TElCustomDataStorageSecurityHandler *Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList &Metadata, TElCustomDataStorageSecurityHandler &Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList *Metadata, TElCustomDataStorageSecurityHandler *Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList &Metadata, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList *Metadata, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &SharedAccessSignature);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler &Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler *Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList &Metadata, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler &Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList *Metadata, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler *Handler);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList &Metadata, const std::string &SharedAccessSignature);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList *Metadata, const std::string &SharedAccessSignature);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &SharedAccessSignature, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler &Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler *Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList &Metadata, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler &Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, TElStringList *Metadata, const std::string &SharedAccessSignature, TElCustomDataStorageSecurityHandler *Handler, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList &Metadata, const std::string &SharedAccessSignature, int64_t InitialSize);
    TElWinAzureDataStorageObjectHandle CreateObject(const std::string &Name, const std::string &ContentType, const std::string &ContentEncoding, const std::string &ContentLanguage, const std::string &ContentMD5, TElStringList *Metadata, const std::string &SharedAccessSignature, int64_t InitialSize);

[PHP]
    TElWinAzureDataStorageObject CreateObject(string $Name)
    TElWinAzureDataStorageObject CreateObject(string $Name, TElCustomDataStorageSecurityHandler $Handler)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, TElStringList $Metadata, TElCustomDataStorageSecurityHandler $Handler)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, string $ContentMD5, TElStringList $Metadata)
    TElWinAzureDataStorageObject CreateObject(string $Name, integer $InitialSize)
    TElWinAzureDataStorageObject CreateObject(string $Name, TElCustomDataStorageSecurityHandler $Handler, integer $InitialSize)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, TElStringList $Metadata, TElCustomDataStorageSecurityHandler $Handler, integer $InitialSize)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, string $ContentMD5, TElStringList $Metadata, integer $InitialSize)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $SharedAccessSignature)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $SharedAccessSignature, TElCustomDataStorageSecurityHandler $Handler)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, TElStringList $Metadata, string $SharedAccessSignature, TElCustomDataStorageSecurityHandler $Handler)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, string $ContentMD5, TElStringList $Metadata, string $SharedAccessSignature)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $SharedAccessSignature, integer $InitialSize)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $SharedAccessSignature, TElCustomDataStorageSecurityHandler $Handler, integer $InitialSize)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, TElStringList $Metadata, string $SharedAccessSignature, TElCustomDataStorageSecurityHandler $Handler, integer $InitialSize)
    TElWinAzureDataStorageObject CreateObject(string $Name, string $ContentType, string $ContentEncoding, string $ContentLanguage, string $ContentMD5, TElStringList $Metadata, string $SharedAccessSignature, integer $InitialSize)

[Java]
    TElWinAzureDataStorageObject createObject(String Name, String SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, TElStringList Metadata, String SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, String ContentMD5, TElStringList Metadata, String SharedAccessSignature, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, TElStringList Metadata, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name, TElCustomDataStorageSecurityHandler Handler, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, String ContentMD5, TElStringList Metadata);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, TElStringList Metadata, TElCustomDataStorageSecurityHandler Handler);
    TElWinAzureDataStorageObject createObject(String Name, TElCustomDataStorageSecurityHandler Handler);
    TElWinAzureDataStorageObject createObject(String Name, String SharedAccessSignature, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, String ContentMD5, TElStringList Metadata, String SharedAccessSignature);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, TElStringList Metadata, String SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler);
    TElWinAzureDataStorageObject createObject(String Name, String ContentType, String ContentEncoding, String ContentLanguage, String ContentMD5, TElStringList Metadata, long InitialSize);
    TElWinAzureDataStorageObject createObject(String Name, String SharedAccessSignature);
    TElWinAzureDataStorageObject createObject(String Name, String SharedAccessSignature, TElCustomDataStorageSecurityHandler Handler);

Parameters

  • ContentEncoding - object's content encoding.
  • ContentLanguage - object's content language.
  • ContentMD5 - MD5 hash of the object's content.
  • ContentType - object's content type.
  • Handler - security handler used to perform the operation.
  • InitialSize - object's initial size.
  • Metadata - contains object's metadata.
  • Name - specifies object's name.
  • SharedAccessSignature - contains the Shared Access Signature (SAS).

Return value

    Instance of TElWinAzureDataStorageObject class which contains newly created object.

Description

    Use this method to create a new object in the container.

See also:     CopyObject     DeleteObject     ObjectExists    

Discuss this help topic in SecureBlackbox Forum