AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Amazon S3 key format for log objects. Only one format, PartitionedPrefix or SimplePrefix, is allowed.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.TargetObjectKeyFormat

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class TargetObjectKeyFormat

The TargetObjectKeyFormat type exposes the following members

Constructors

NameDescription
Public Method TargetObjectKeyFormat()

Properties

NameTypeDescription
Public Property PartitionedPrefix Amazon.S3.Model.PartitionedPrefix

Gets and sets the property PartitionedPrefix.

Partitioned S3 key for log objects.

Public Property SimplePrefix Amazon.S3.Model.SimplePrefix

Gets and sets the property SimplePrefix.

To use the simple format for S3 keys for log objects. To specify SimplePrefix format, set SimplePrefix to {}.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5