Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetRepoFileLinesRequest

example

Click here to see how to use GetRepoFileLinesRequest.

Hierarchy

Properties

Optional filePath

filePath: undefined | string

A filter to return only commits that affect any of the specified paths.

Optional limit

limit: undefined | number

The maximum number of items to return.

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

revision

revision: string

Retrieve file lines from specific revision.

Optional startLineNumber

startLineNumber: undefined | number

Line number from where to start returning file lines.