Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetRepositoryFileLinesRequest

example

Click here to see how to use GetRepositoryFileLinesRequest.

Hierarchy

Properties

filePath

filePath: string

Path to a file within a repository.

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.