Skip to main content

EdgeWorkerLocationOperator

The operators available for matching an edge worker location.

enum EdgeWorkerLocationOperator {
contains
ends_with
equals
starts_with
}

Values

EdgeWorkerLocationOperator.contains

Match when the path contains the value.

EdgeWorkerLocationOperator.ends_with

Match when the path ends with the value.

EdgeWorkerLocationOperator.equals

Match when the path exactly equals the value.

EdgeWorkerLocationOperator.starts_with

Match when the path starts with the value.

Member Of

EdgeWorkerLocation object ● EdgeWorkerLocationInput input