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.

Contains a key range. For export jobs, a S3Resource object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

Inheritance Hierarchy

System.Object
  Amazon.Snowball.Model.KeyRange

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

Syntax

C#
public class KeyRange

The KeyRange type exposes the following members

Constructors

NameDescription
Public Method KeyRange()

Properties

NameTypeDescription
Public Property BeginMarker System.String

Gets and sets the property BeginMarker.

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

Public Property EndMarker System.String

Gets and sets the property EndMarker.

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

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