Type Alias DocListEntry

type DocListEntry = {
    qConnectedUsers?: number;
    qDocId?: string;
    qDocName?: string;
    qFileSize?: number;
    qFileTime?: number;
    qHasSectionAccess?: boolean;
    qIsDirectQueryMode?: boolean;
    qLastReloadTime?: string;
    qMeta?: NxMeta;
    qReadOnly?: boolean;
    qThumbnail?: StaticContentUrl;
    qTitle?: string;
    qUsage?: UsageEnum;
}
Index

Properties

qConnectedUsers?: number

Not used.

qDocId?: string

Identifier of the app.

  • In Qlik Sense Desktop, the identifier is the path and name of the app.
  • In Qlik Sense Enterprise, the identifier is the app's GUID.
qDocName?: string

Name of the app.

qFileSize?: number

Size of remote app. This property is used only with Qlik Sense Desktop. It is set to 0 for Qlik Sense Enterprise.

qFileTime?: number

Last modified time stamp of the app. This property is used only with Qlik Sense Desktop. It is set to 0 for Qlik Sense Enterprise.

qHasSectionAccess?: boolean

If true the app has section access configured.

qIsDirectQueryMode?: boolean

Is the app a Direct Query app?

qLastReloadTime?: string

Last reload time of the app.

qMeta?: NxMeta

Meta data related to the app.

qReadOnly?: boolean

If set to true, the app is read-only.

qThumbnail?: StaticContentUrl

Thumbnail of the app.

qTitle?: string

Title of the app.

qUsage?: UsageEnum

One of:

  • ANALYTICS
  • DATA_PREPARATION
  • DATAFLOW_PREP
  • SINGLE_TABLE_PREP