Hierarchy (view full)

Constructors

Properties

blobServiceClient: BlobServiceClient
connectionString: string
containerClient: ContainerClient
containerName: string
contentSourceTypeID: string
contextUser: UserInfo

Methods

  • Abstract method to be implemented in the subclass. Given a list of content sources, this method should return a list of content source items that have been modified or added after the most recent process run for that content source. Each cloud storage provider has a different way of accessing files and checking for modified or added items.

    Parameters

    • contentSourceParams: ContentSourceParams
    • lastRunDate: Date

      The date of the most recent process run for the content source

    • contextUser: UserInfo

      The user context for the autotagging process

    • prefix: string = ''

    Returns Promise<ContentItemEntity[]>

    • An array of content source items that have been modified or added after the most recent process run for that content source