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.

Container for the parameters to the ListObjects operation. List all Objects in a given Backup.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.BackupStorage.AmazonBackupStorageRequest
      Amazon.BackupStorage.Model.ListObjectsRequest

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

Syntax

C#
public class ListObjectsRequest : AmazonBackupStorageRequest
         IAmazonWebServiceRequest

The ListObjectsRequest type exposes the following members

Constructors

NameDescription
Public Method ListObjectsRequest()

Properties

NameTypeDescription
Public Property CreatedAfter System.DateTime

Gets and sets the property CreatedAfter. (Optional) Created after filter

Public Property CreatedBefore System.DateTime

Gets and sets the property CreatedBefore. (Optional) Created before filter

Public Property MaxResults System.Int32

Gets and sets the property MaxResults. Maximum objects count

Public Property NextToken System.String

Gets and sets the property NextToken. Pagination token

Public Property StartingObjectName System.String

Gets and sets the property StartingObjectName. Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL

Public Property StartingObjectPrefix System.String

Gets and sets the property StartingObjectPrefix. Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL

Public Property StorageJobId System.String

Gets and sets the property StorageJobId. Storage job id

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