All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.duracloud.StorageTaskConstants Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
/*
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 *     http://duracloud.org/license/
 */
package org.duracloud;

/**
 * Created by bill on 3/6/2015.
 */
public class StorageTaskConstants {

    //Base
    public static final String TASK_BASE_PATH = "/task";

    
    // Streaming
    public static final String ENABLE_STREAMING_TASK_NAME = "enable-streaming";
    public static final String DISABLE_STREAMING_TASK_NAME = "disable-streaming";
    public static final String DELETE_STREAMING_TASK_NAME = "delete-streaming";
    public static final String GET_URL_TASK_NAME = "get-url";
    public static final String GET_SIGNED_URL_TASK_NAME = "get-signed-url";

    // Storage policy
    public static final String SET_STORAGE_POLICY_TASK_NAME = "set-storage-policy";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy