BaasM365DeleteAccountJsonParametersBucketDeletionHistory Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities.Jobs.JsonParameter
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<int, CephDeletionCallHistory> BucketDeletionHistory { get; set; }
Public Property BucketDeletionHistory As Dictionary(Of Integer, CephDeletionCallHistory)
Get
Set
public:
property Dictionary<int, CephDeletionCallHistory^>^ BucketDeletionHistory {
Dictionary<int, CephDeletionCallHistory^>^ get ();
void set (Dictionary<int, CephDeletionCallHistory^>^ value);
}
member BucketDeletionHistory : Dictionary<int, CephDeletionCallHistory> with get, set
function get BucketDeletionHistory () : Dictionary<int, CephDeletionCallHistory>
function set BucketDeletionHistory (value : Dictionary<int, CephDeletionCallHistory>)
Property Value
Type:
DictionaryInt32,
CephDeletionCallHistorySee Also