Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6bc1008

Browse files
committed
Update API DescribeSlowLogHistogramAsync: add response parameters Body.Data.Data.TotalCount.
1 parent df10fe2 commit 6bc1008

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

‎das-20200116/ChangeLog.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2025年10月28日 Version: 2.5.4
2+
- Update API DescribeSlowLogHistogramAsync: add response parameters Body.Data.Data.TotalCount.
3+
- Update API DescribeSlowLogHistogramAsync: add response parameters Body.Data.Data.Item.$.InsRole.
4+
- Update API DescribeSlowLogHistogramAsync: add response parameters Body.Data.Data.Item.$.TotalCount.
5+
- Update API DescribeSlowLogHistogramAsync: add response parameters Body.Data.Data.Item.$.InsItems.$.TotalCount.
6+
7+
18
2025年09月23日 Version: 2.5.3
29
- Update API DescribeSlowLogRecords: add response parameters Body.Data.Logs.$.ClientIp.
310
- Update API DescribeSlowLogRecords: add response parameters Body.Data.Logs.$.Cmd.

‎das-20200116/core/Models/DescribeSlowLogHistogramAsyncResponseBody.cs‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,16 @@ public class DescribeSlowLogHistogramAsyncResponseBodyDataDataItemInsItems : Tea
144144
[Validation(Required=false)]
145145
public string InsRole { get; set; }
146146

147+
[NameInMap("TotalCount")]
148+
[Validation(Required=false)]
149+
public long? TotalCount { get; set; }
150+
147151
}
148152

153+
[NameInMap("InsRole")]
154+
[Validation(Required=false)]
155+
public string InsRole { get; set; }
156+
149157
/// <summary>
150158
/// <b>Example:</b>
151159
/// <para>r-bp1hi0wg57s3n0i3n8-db-0</para>
@@ -154,6 +162,10 @@ public class DescribeSlowLogHistogramAsyncResponseBodyDataDataItemInsItems : Tea
154162
[Validation(Required=false)]
155163
public string NodeId { get; set; }
156164

165+
[NameInMap("TotalCount")]
166+
[Validation(Required=false)]
167+
public long? TotalCount { get; set; }
168+
157169
}
158170

159171
[NameInMap("KeysExamined")]
@@ -276,6 +288,10 @@ public class DescribeSlowLogHistogramAsyncResponseBodyDataDataItemInsItems : Tea
276288
[Validation(Required=false)]
277289
public long? Total { get; set; }
278290

291+
[NameInMap("TotalCount")]
292+
[Validation(Required=false)]
293+
public long? TotalCount { get; set; }
294+
279295
[NameInMap("Ts")]
280296
[Validation(Required=false)]
281297
public List<long?> Ts { get; set; }

‎das-20200116/core/Properties/AssemblyInfo.cs‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("4ce7e2e0-98a0-11f0-b6d5-67d34cb1a7d7")]
23+
[assembly: Guid("d7c4fdd0-b420-11f0-a09d-87e7e4067053")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("2.5.2.0")]
33-
[assembly: AssemblyFileVersion("2.5.3.0")]
32+
[assembly: AssemblyVersion("2.5.3.0")]
33+
[assembly: AssemblyFileVersion("2.5.4.0")]

‎das-20200116/core/das.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<AssemblyName>AlibabaCloud.SDK.DAS20200116</AssemblyName>
10-
<Version>2.5.3</Version>
10+
<Version>2.5.4</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud DAS (20200116) SDK Library for .NET</Description>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /