Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetFileDiffRequest

example

Click here to see how to use GetFileDiffRequest.

Hierarchy

Properties

baseVersion

baseVersion: string

The branch to compare changes against.

filePath

filePath: string

Path to a file within a repository.

Optional isComparisonFromMergeBase

isComparisonFromMergeBase: undefined | false | true

Boolean to indicate whether to use merge base or most recent revision.

Optional opcRequestId

opcRequestId: undefined | string

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.

repositoryId

repositoryId: string

Unique repository identifier.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

targetVersion

targetVersion: string

The branch where changes are coming from.