interface TfvcShelvesetRequestData {
    includeDetails?: boolean;
    includeLinks?: boolean;
    includeWorkItems?: boolean;
    maxChangeCount?: number;
    maxCommentLength?: number;
    name?: string;
    owner?: string;
}

Properties

includeDetails?: boolean

Whether to include policyOverride and notes Only applies when requesting a single deep shelveset

includeLinks?: boolean

Whether to include the _links field on the shallow references. Does not apply when requesting a single deep shelveset object. Links will always be included in the deep shelveset.

includeWorkItems?: boolean

Whether to include workItems

maxChangeCount?: number

Max number of changes to include

maxCommentLength?: number

Max length of comment

name?: string

Shelveset name

owner?: string

Owner's ID. Could be a name or a guid.