Show / Hide Table of Contents

Class PageRuleActionsCacheKeyFieldsHeader

Inheritance
System.Object
PageRuleActionsCacheKeyFieldsHeader
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 PageRuleActionsCacheKeyFieldsHeader

Fields

View Source

CheckPresences

Check for presence of specified HTTP headers, without including their actual values.

Declaration
public readonly ImmutableArray<string> CheckPresences
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Excludes

Exclude these query string parameters from Cache Key.

Declaration
public readonly ImmutableArray<string> Excludes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.