SubscribeBillToOSS add param: RowLimitPerFile.

This commit is contained in:
sdk-team
2023-02-13 08:20:18 +00:00
parent 9f61515774
commit c4144df5aa
5 changed files with 16 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ namespace AlibabaCloud
long bucketOwnerId;
std::string multAccountRelSubscribe;
std::string subscribeLanguage;
int rowLimitPerFile;
};
std::string accountID;
std::vector<Item> items;

View File

@@ -40,6 +40,8 @@ public:
void setBucketPath(const std::string &bucketPath);
std::string getBeginBillingCycle() const;
void setBeginBillingCycle(const std::string &beginBillingCycle);
int getRowLimitPerFile() const;
void setRowLimitPerFile(int rowLimitPerFile);
std::string getMultAccountRelSubscribe() const;
void setMultAccountRelSubscribe(const std::string &multAccountRelSubscribe);
@@ -49,6 +51,7 @@ private:
std::string subscribeBucket_;
std::string bucketPath_;
std::string beginBillingCycle_;
int rowLimitPerFile_;
std::string multAccountRelSubscribe_;
};
} // namespace Model