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

com.yammer.breakerbox.azure.core.TableKey Maven / Gradle / Ivy

There is a newer version: 0.6.5
Show newest version
package com.yammer.breakerbox.azure.core;

import com.microsoft.windowsazure.services.table.client.TableServiceEntity;

public interface TableKey {
    String getRowKey();
    String getPartitionKey();
    Class getEntityClass();
    AzureTableName getTable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy