azurite
Version:
An open source Azure Storage API compatible server
14 lines • 440 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Batch Table Update Entity Optional Params
*
* @export
* @class BatchTableUpdateEntityOptionalParams
* @implements {TableUpdateEntityOptionalParams}
* @implements {IOptionalParams}
*/
class BatchTableUpdateEntityOptionalParams {
}
exports.default = BatchTableUpdateEntityOptionalParams;
//# sourceMappingURL=BatchTableUpdateEntityOptionalParams.js.map
;