Builder

class Builder

Properties

Link copied to clipboard

The ID of the "after" (destination) blob in the diff. Typically the value of afterBlob.blobId from a Difference object returned by GetDifferences.

Link copied to clipboard

The ID of the "before" (source) blob in the diff. Typically the value of beforeBlob.blobId from a Difference object returned by GetDifferences.

Link copied to clipboard

The number of unchanged lines of context to include before and after each block of changes in a hunk. Valid values are 0 through 20. Defaults to 3.

Link copied to clipboard

Specifies whether to ignore whitespace-only changes when computing the diff. When true, the operation treats lines that differ only in whitespace as unchanged. Defaults to false.

Link copied to clipboard

The maximum number of DiffHunk entries to return in a single response page. Defaults to 100.

Link copied to clipboard

An enumeration token that returns the next batch of results when present in a request.

Link copied to clipboard

The name of the repository that contains the blobs to compare.