Class Servicev1Gzip
Inheritance
System.Object
Servicev1Gzip
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.Fastly.Outputs
Assembly: Pulumi.Fastly.dll
Syntax
public sealed class Servicev1Gzip
Fields
View SourceCacheCondition
Name of already defined condition to check after we have retrieved an object. If the condition passes then deliver this Request Object instead. This condition must be of type CACHE. For detailed information about Conditionals,
see [Fastly's Documentation on Conditionals][fastly-conditionals].
Declaration
public readonly string CacheCondition
Field Value
| Type | Description |
|---|---|
| System.String |
ContentTypes
The content-type for each type of content you wish to
have dynamically gzip'ed. Example: ["text/html", "text/css"].
Declaration
public readonly ImmutableArray<string> ContentTypes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Extensions
File extensions for each file type to dynamically
gzip. Example: ["css", "js"].
Declaration
public readonly ImmutableArray<string> Extensions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Name
A unique name to identify this dictionary.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |