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

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

package com.yammer.breakerbox.azure.core;

import com.microsoft.azure.storage.table.TableServiceEntity;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy