org.jclouds.openstack.swift.reference
Interface SwiftConstants


public interface SwiftConstants

Configuration properties and constants used in Cloud Files connections.

Author:
Adrian Cole

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.
 

Field Detail

LIMIT

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

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

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

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-2011 jclouds. All Rights Reserved.