Parameter for creating a git import request when source is tfvc version control

interface GitImportTfvcSource {
    importHistory?: boolean;
    importHistoryDurationInDays?: number;
    path?: string;
}

Properties

importHistory?: boolean

Set true to import History, false otherwise

importHistoryDurationInDays?: number

Get history for last n days (max allowed value is 180 days)

path?: string

Path which we want to import (this can be copied from Path Control in Explorer)