Table of Contents

Class FileHeaderInfo

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

Specify how headers will be handled.

public sealed class FileHeaderInfo : ConstantClass
Inheritance
FileHeaderInfo

Fields

Ignore

Headers will be skipped

public static readonly FileHeaderInfo Ignore

Field Value

FileHeaderInfo

None

No header is present.

public static readonly FileHeaderInfo None

Field Value

FileHeaderInfo

Use

Headers will be usable in SELECT clause.

public static readonly FileHeaderInfo Use

Field Value

FileHeaderInfo

Methods

FindValue(string)

Finds the FileHeaderInfo instance for the string value

public static FileHeaderInfo FindValue(string value)

Parameters

value string

Returns

FileHeaderInfo

Operators

implicit operator FileHeaderInfo(string)

Converts the string to FileHeaderInfo instance

public static implicit operator FileHeaderInfo(string value)

Parameters

value string

Returns

FileHeaderInfo