This project has retired. For details please refer to its
Attic page.
SwiftConstants (Apache jclouds 1.9.3 API)
- Detail:
- Field |
- Constr |
- Method
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static String |
LIMIT
For an integer value N, limits the number of results to at most N values.
|
static String |
MARKER
Given a string value X, return Object names greater in value than the specified marker.
|
static String |
PATH
For a string value X, return the Object names nested in the pseudo path.
|
static String |
PREFIX
For a string value X, causes the results to be limited to Object names beginning with the
substring X.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
LIMIT
public static final String LIMIT
For an integer value N, limits the number of results to at most N values.
- See Also:
- Constant Field Values
-
MARKER
public static final String MARKER
Given a string value X, return Object names greater in value than the specified marker.
- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
For a string value X, causes the results to be limited to Object names beginning with the
substring X.
- See Also:
- Constant Field Values
-
PATH
public static final String PATH
For a string value X, return the Object names nested in the pseudo path.
- See Also:
- Constant Field Values
- Detail:
- Field |
- Constr |
- Method
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.