DataCubeInfoDataStorage Property  | 
 
            Gets the storage type for the current instance.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "storage", EmitDefaultValue = true)]
public StorageType Storage { get; set; }<DataMemberAttribute(Name := "storage", EmitDefaultValue := true)>
Public Property Storage As StorageType
	Get
	Set
public:
[DataMemberAttribute(Name = L"storage", EmitDefaultValue = true)]
property StorageType Storage {
	StorageType get ();
	void set (StorageType value);
}[<DataMemberAttribute(Name = "storage", EmitDefaultValue = true)>]
member Storage : StorageType with get, set
Property Value
Type: 
StorageType
See Also