Skip to main content

BundlesSortField

Fields available for ordering the bundles list.

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

enum BundlesSortField {
NAME
CREATED_AT
}

Values​

BundlesSortField.NAME {#name}​

Alphabetical order by the bundle's OCI repository name (e.g., aws-aurora-postgres).

BundlesSortField.CREATED_AT {#created-at}​

Chronological order by the date this bundle version was published.

Member Of​

BundlesSort input