org.jclouds.openstack.swift.reference
Class SwiftConstants

java.lang.Object
  extended by org.jclouds.openstack.swift.reference.SwiftConstants

public final class SwiftConstants
extends Object

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

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


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.