Request for listing Migrations

Constructors

Properties

destinationProvider?: AuthProvider
limit?: number

Specifies the maximum number of records to return.

order?: SortOrder
skip?: number

Specifies the offset for the first records to return.

sourceProvider?: AuthProvider

Status of the migration

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]