StorageOptionsStorageType Property |
Gets or sets a value indicating the storage format of the data cube.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "storageType")]
public StorageType StorageType { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "storageType")>
Public Property StorageType As StorageType
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"storageType")]
property StorageType StorageType {
StorageType get ();
void set (StorageType value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "storageType")>]
member StorageType : StorageType with get, set
Property Value
Type:
StorageType
The
StorageType the data cube should use.
See Also