AWS SDK for C++
AWS SDK for C++ Version 1.11.718
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-databrew
include
aws
databrew
model
CompressionFormat.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/databrew/GlueDataBrew_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
GlueDataBrew {
12
namespace
Model {
13
enum class
CompressionFormat
{
NOT_SET
,
GZIP
,
LZ4
,
SNAPPY
,
BZIP2
,
DEFLATE
,
LZO
,
BROTLI
,
ZSTD
,
ZLIB
};
14
15
namespace
CompressionFormatMapper {
16
AWS_GLUEDATABREW_API
CompressionFormat
GetCompressionFormatForName
(
const
Aws::String
& name);
17
18
AWS_GLUEDATABREW_API
Aws::String
GetNameForCompressionFormat
(
CompressionFormat
value);
19
}
// namespace CompressionFormatMapper
20
}
// namespace Model
21
}
// namespace GlueDataBrew
22
}
// namespace Aws
Aws::GlueDataBrew::Model::CompressionFormatMapper::GetNameForCompressionFormat
AWS_GLUEDATABREW_API Aws::String GetNameForCompressionFormat(CompressionFormat value)
Aws::GlueDataBrew::Model::CompressionFormatMapper::GetCompressionFormatForName
AWS_GLUEDATABREW_API CompressionFormat GetCompressionFormatForName(const Aws::String &name)
Aws::GlueDataBrew::Model::AnalyticsMode::NOT_SET
@ NOT_SET
Aws::GlueDataBrew::Model::CompressionFormat
CompressionFormat
Definition
CompressionFormat.h:13
Aws::GlueDataBrew::Model::CompressionFormat::BROTLI
@ BROTLI
Aws::GlueDataBrew::Model::CompressionFormat::SNAPPY
@ SNAPPY
Aws::GlueDataBrew::Model::CompressionFormat::LZO
@ LZO
Aws::GlueDataBrew::Model::CompressionFormat::BZIP2
@ BZIP2
Aws::GlueDataBrew::Model::CompressionFormat::ZSTD
@ ZSTD
Aws::GlueDataBrew::Model::CompressionFormat::ZLIB
@ ZLIB
Aws::GlueDataBrew::Model::CompressionFormat::LZ4
@ LZ4
Aws::GlueDataBrew::Model::CompressionFormat::DEFLATE
@ DEFLATE
Aws::GlueDataBrew::Model::CompressionFormat::GZIP
@ GZIP
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences