Class PageRuleActionsCacheKeyFieldsQueryString
Inheritance
System.Object
PageRuleActionsCacheKeyFieldsQueryString
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsCacheKeyFieldsQueryString
Fields
View SourceExcludes
Exclude these query string parameters from Cache Key.
Declaration
public readonly ImmutableArray<string> Excludes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Ignore
false (default) - all query string parameters are used for Cache Key, unless explicitly excluded; true - all query string parameters are ignored; value is ignored if any of exclude or include is non-empty.
Declaration
public readonly bool? Ignore
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Includes
Only use values of specified query string parameters in Cache Key.
Declaration
public readonly ImmutableArray<string> Includes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |