Learn R Programming

paws.storage (version 0.4.0)

backupstorage_list_objects: List all Objects in a given Backup

Description

List all Objects in a given Backup.

See https://www.paws-r-sdk.com/docs/backupstorage_list_objects/ for full documentation.

Usage

backupstorage_list_objects(
  StorageJobId,
  StartingObjectName = NULL,
  StartingObjectPrefix = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  CreatedBefore = NULL,
  CreatedAfter = NULL
)

Arguments

StorageJobId

[required] Storage job id

StartingObjectName

Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL

StartingObjectPrefix

Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL

MaxResults

Maximum objects count

NextToken

Pagination token

CreatedBefore

(Optional) Created before filter

CreatedAfter

(Optional) Created after filter