Skip to main content

OciReposSortField

Fields available for ordering the OCI repositories list.

When a search filter is active and no explicit sort is provided, results are ranked by relevance instead of these fields.

enum OciReposSortField {
NAME
CREATED_AT
}

Values​

OciReposSortField.NAME {#name}​

Alphabetical order by repository name (e.g., aws-aurora-postgres).

OciReposSortField.CREATED_AT {#created-at}​

Chronological order by the date the repository was created.

Member Of​

OciReposSort input