Trait

io.scalajs.npm.aws.s3

ListObjectsV2Output

Related Doc: package s3

Permalink

trait ListObjectsV2Output extends Object

ListObjectsV2 Output

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListObjectsV2Output
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CommonPrefixes: CommonPrefixList

    Permalink

    CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter

  5. val Contents: Array[ListObjectV2]

    Permalink

    Metadata about each object returned.

  6. val ContinuationToken: Token

    Permalink

    ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token.

    ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key

  7. val Delimiter: String

    Permalink

    A delimiter is a character you use to group keys.

  8. val EncodingType: String

    Permalink

    Encoding type used by Amazon S3 to encode object keys in the response.

  9. val IsTruncated: Boolean

    Permalink

    A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.

  10. val KeyCount: Integer

    Permalink

    KeyCount is the number of keys returned with this request.

    KeyCount is the number of keys returned with this request. KeyCount will always be less than equals to MaxKeys field. Say you ask for 50 keys, your result will include less than equals 50 keys

  11. val MaxKeys: Int

    Permalink

    Sets the maximum number of keys returned in the response.

    Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.

  12. val Name: String

    Permalink

    Name of the bucket to list.

  13. val NextContinuationToken: NextToken

    Permalink

    NextContinuationToken is sent when isTruncated is true which means there are more keys in the bucket that can be listed.

    NextContinuationToken is sent when isTruncated is true which means there are more keys in the bucket that can be listed. The next list requests to Amazon S3 can be continued with this NextContinuationToken. NextContinuationToken is obfuscated and is not a real key

  14. val Prefix: String

    Permalink

    Limits the response to keys that begin with the specified prefix.

  15. val StartAfter: StartAfter

    Permalink

    StartAfter is where you want Amazon S3 to start listing from.

    StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket

  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped