ucloudbiz storage API
Public Member Functions | List of all members
Ucloudbiz.Storage.KT_Object Class Reference

KT_Object object used to represent a Cloud Files Object trough CF_Object More...

Inheritance diagram for Ucloudbiz.Storage.KT_Object:

Public Member Functions

 KT_Object (Connection conn, string container_name, string object_name)
 Initializes a new instance of the Ucloudbiz.Storage.KT_Object class.
 
 KT_Object (Connection conn, Client client, string container_name, string object_name)
 Initializes a new instance of the Ucloudbiz.Storage.KT_Object class.
 
 KT_Object (Connection conn, Container container, Client client, string object_name)
 Initializes a new instance of the Ucloudbiz.Storage.storage.KT_Object class.
 

Detailed Description

KT_Object object used to represent a Cloud Files Object trough CF_Object

Constructor & Destructor Documentation

Ucloudbiz.Storage.KT_Object.KT_Object ( Connection  conn,
string  container_name,
string  object_name 
)

Initializes a new instance of the Ucloudbiz.Storage.KT_Object class.

Parameters
connConn.
container_nameContainer_name.
object_nameObject_name.
Ucloudbiz.Storage.KT_Object.KT_Object ( Connection  conn,
Client  client,
string  container_name,
string  object_name 
)

Initializes a new instance of the Ucloudbiz.Storage.KT_Object class.

Parameters
connConn.
clientClient.
container_nameContainer_name.
object_nameObject_name.
Ucloudbiz.Storage.KT_Object.KT_Object ( Connection  conn,
Container  container,
Client  client,
string  object_name 
)

Initializes a new instance of the Ucloudbiz.Storage.storage.KT_Object class.

Parameters
connConn.
containerContainer.
clientClient.
object_nameObject_name.

The documentation for this class was generated from the following file: