C# Class Amazon.S3.EncodingType

A list of all encoding types.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Url EncodingType

Public Methods

Method Description
EncodingType ( string value ) : System

Constructs intance of EncodingType

FindValue ( string value ) : EncodingType

Finds the constant for the unique value.

Method Details

EncodingType() public method

Constructs intance of EncodingType
public EncodingType ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : EncodingType
value string
return EncodingType

Property Details

Url public_oe static_oe property

Url encoding.
public static EncodingType,Amazon.S3 Url
return EncodingType