public interface SwiftConstants
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.
|
static final String LIMIT
static final String MARKER
static final String PREFIX
static final String PATH
Copyright © 2009-2012 jclouds. All Rights Reserved.