GitItemRequestData interface

Properties

includeContentMetadata

Whether to include metadata for all items

includeLinks

Whether to include the _links field on the shallow references

itemDescriptors

Collection of items to fetch, including path, version, and recursion level

latestProcessedChange

Whether to include shallow ref to commit that last changed each item

Property Details

includeContentMetadata

Whether to include metadata for all items

includeContentMetadata: boolean

Property Value

boolean

Whether to include the _links field on the shallow references

includeLinks: boolean

Property Value

boolean

itemDescriptors

Collection of items to fetch, including path, version, and recursion level

itemDescriptors: GitItemDescriptor[]

Property Value

latestProcessedChange

Whether to include shallow ref to commit that last changed each item

latestProcessedChange: boolean

Property Value

boolean