|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.openstack.swift.reference.SwiftConstants
public final class SwiftConstants
Configuration properties and constants used in Cloud Files connections.
| Field Summary | |
|---|---|
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 |
|---|
public static final String LIMIT
public static final String MARKER
public static final String PREFIX
public static final String PATH
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||