Table of Contents

Class EncodingType

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

A list of all encoding types.

public sealed class EncodingType : ConstantClass
Inheritance
EncodingType

Constructors

EncodingType(string)

Constructs intance of EncodingType

public EncodingType(string value)

Parameters

value string

Fields

Url

Url encoding.

public static readonly EncodingType Url

Field Value

EncodingType

Methods

FindValue(string)

Finds the constant for the unique value.

public static EncodingType FindValue(string value)

Parameters

value string

Returns

EncodingType

Operators

implicit operator EncodingType(string)

Converts string to EncodingType

public static implicit operator EncodingType(string value)

Parameters

value string

Returns

EncodingType