trait ListObjectsV2Output extends Object
ListObjectsV2 Output
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- ListObjectsV2Output
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
CommonPrefixes: CommonPrefixList
CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter
-
val
Contents: Array[ListObjectV2]
Metadata about each object returned.
-
val
ContinuationToken: Token
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
-
val
Delimiter: String
A delimiter is a character you use to group keys.
-
val
EncodingType: String
Encoding type used by Amazon S3 to encode object keys in the response.
-
val
IsTruncated: Boolean
A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.
-
val
KeyCount: Integer
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
-
val
MaxKeys: Int
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.
-
val
Name: String
Name of the bucket to list.
-
val
NextContinuationToken: NextToken
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
-
val
Prefix: String
Limits the response to keys that begin with the specified prefix.
-
val
StartAfter: StartAfter
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )