backupstorage_list_objects: List all Objects in a given Backup

View source: R/backupstorage_operations.R

backupstorage_list_objectsR Documentation

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


paws.storage documentation built on May 29, 2024, 2:03 a.m.