StorageObject
constructor in Coherence.Cloud.StorageObject
Constructors
public StorageObject(StorageObjectId objectId)
Initializes a new instance of the StorageObject class.
Parameters
Type | Name | Description |
---|---|---|
StorageObjectId | objectId | The identifier for the storage object. |
public StorageObject(StorageObjectId objectId, IEnumerable<StorageItem> items)
Initializes a new instance of the StorageObject class.
Parameters
Type | Name | Description |
---|---|---|
StorageObjectId | objectId | The identifier for the storage object. |
IEnumerable<StorageItem> | items | The items the storage object contains. |
public StorageObject(StorageObjectId objectId, params StorageItem[] items)
Initializes a new instance of the StorageObject class.
Parameters
Type | Name | Description |
---|---|---|
StorageObjectId | objectId | The identifier for the storage object. |
StorageItem[] | items | The items the storage object contains. |