DataCubeInfo Class

Class used to send basic DataCube information to the client.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemFileSystemEntry
    Dundas.BI.Entities.DataCubesDataCubeInfo

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class DataCubeInfo : FileSystemEntry

The DataCubeInfo type exposes the following members.

Properties
 NameDescription
Public propertyAllChildren Gets a flat list of all files and folders in the entry and all of the entry's descendants.
(Inherited from FileSystemEntry)
Public propertyAllChildrenAndSelfGets the entry and all of its descendants.
(Inherited from FileSystemEntry)
Public propertyAllFiles Gets a flat list of all files in the entry and all of the entry's descendants.
(Inherited from FileSystemEntry)
Public propertyAllFolders Gets a flat list of all folders in the entry and all of the entry's descendants.
(Inherited from FileSystemEntry)
Public propertyChildCountGets the number of direct children contained in the entry.
(Inherited from FileSystemEntry)
Public propertyChildrenGets the files and subfolders contained in the entry.
(Inherited from FileSystemEntry)
Public propertyCreatedBy Gets the account information for the user which created the entry.
(Inherited from FileSystemEntry)
Public propertyCreatedTime Gets the time, in coordinated universal time (UTC), at which the entry was created.
(Inherited from FileSystemEntry)
Public propertyDataRetrievalTimeout Gets a value indicating the timeout for a Datacube retrieve operation.
Public propertyDescription Gets an optional description associated with the entry.
(Inherited from FileSystemEntry)
Public propertyExcludeFromMemoryManagement Gets a value indicating whether this cube is excluded from the memory management process, when the storage type is set to in-memory. Cubes excluded from memory management are not compressed, so they perform faster, at the expense of significant memory consumption.
Public propertyFiles Gets the files contained in the entry.
(Inherited from FileSystemEntry)
Public propertyFoldersGets the folders contained in the entry.
(Inherited from FileSystemEntry)
Public propertyFriendlyFullName Gets the full path of the entry (friendly).
(Inherited from FileSystemEntry)
Public propertyFriendlyLocation Gets the location of the entry (friendly representation).
(Inherited from FileSystemEntry)
Public propertyFriendlyLocationElements Gets a read-only list of distinct path elements which compose FriendlyLocation.
(Inherited from FileSystemEntry)
Public propertyFriendlyNameGets the name of the entry (friendly representation).
(Inherited from FileSystemEntry)
Public propertyFullName Gets the full path of the entry.
(Inherited from FileSystemEntry)
Public propertyHasTenantOverrides Gets a value indicating whether the current data cube has tenant overrides.
Public propertyId Gets the unique identifier of the entry.
(Inherited from FileSystemEntry)
Public propertyIsDataCachingDisabled Gets a value indicating whether the current data cube supports data caching.
Public propertyIsFolderGets a value indicating whether the entry is a folder.
(Inherited from FileSystemEntry)
Public propertyIsProtectedGets a value indicating whether the entry is protected.
(Inherited from FileSystemEntry)
Public propertyIsRecycledGets a value indicating whether the entry is recycled.
(Inherited from FileSystemEntry)
Public propertyIsRecycledDirectlyGets a value indicating whether the entry is recycled directly and not as a part of parent entry recycling.
(Inherited from FileSystemEntry)
Public propertyIsSharedSchedule Gets a flag indicating if the schedule is shared among tenants.
Public propertyIsStorable Gets a value indicating whether the current data cube can have a storage type other than None.
Public propertyIsSubentry Gets a value indicating whether the entry is contained by a File.
(Inherited from FileSystemEntry)
Public propertyIsTemporary Gets a value indicating whether the entry resides under a temporary folder.
(Inherited from FileSystemEntry)
Public propertyIsTenantIdAvailable Gets a value indicating whether the TenantId property can be accessed without throwing an exception.
(Inherited from FileSystemEntry)
Public propertyJob Gets the related job, if configured.
Public propertyLastModifiedTime Gets the time, in coordinated universal time (UTC), at which the entry was last modified.
(Inherited from FileSystemEntry)
Public propertyLocationGets the location of the entry.
(Inherited from FileSystemEntry)
Public propertyMetadataGets arbitrary metadata associated with the entry.
(Inherited from FileSystemEntry)
Public propertyName Gets the name of the entry.
(Inherited from FileSystemEntry)
Public propertyObjectType Gets the type of the entry.
(Inherited from FileSystemEntry)
Public propertyParentId Gets the ID of the item's parent.
(Inherited from FileSystemEntry)
Public propertyPrimaryEntryIdGets the ID of the primary object which contains the entry.
(Inherited from FileSystemEntry)
Public propertyPrivilegeInheritanceBehavior Gets the privilege inheritance behavior.
(Inherited from FileSystemEntry)
Public propertyPrivileges Gets the entry's privilege assignments.
(Inherited from FileSystemEntry)
Public propertyProjectId Gets the ID of the project containing the entry.
(Inherited from FileSystemEntry)
Public propertySchedule Gets the related job schedule, if configured.
Public propertyStorage Gets the storage type for the current instance.
Public propertySubtypeGets or sets the type-specific sub-type of the entry.
(Inherited from FileSystemEntry)
Public propertyTags Gets a collection of explicit tags associated with the entry.
(Inherited from FileSystemEntry)
Public propertyTenantId Gets the ID of the tenant associated with the entry.
(Inherited from FileSystemEntry)
Public propertyVersionCode Gets a number representing the current version of the file system entry's database record.
(Inherited from FileSystemEntry)
Public propertyWarehousingTimeout Gets a value indicating the timeout for a Warehousing operation.
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Inherited from FileSystemEntry)
Top
See Also