Skip to content

Commit 0a76252

Browse files
committed
Generated 2020-05-18 for dataworks-public.
1 parent 40fa257 commit 0a76252

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-06-08 Version: 3.3.17
2+
- Generated 2020-05-18 for `dataworks-public`.
3+
14
2021-06-05 Version: 1.6.1
25
- Supported new version of Ticket for Alibaba Cloud.
36

aliyun-net-sdk-dataworks-public/Dataworks_public/Model/V20200518/GetMetaTableBasicInfoResponse.cs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ public class GetMetaTableBasicInfo_Data
162162

163163
private bool? isView;
164164

165+
private int? columnCount;
166+
165167
public string TableName
166168
{
167169
get
@@ -461,6 +463,18 @@ public bool? IsView
461463
isView = value;
462464
}
463465
}
466+
467+
public int? ColumnCount
468+
{
469+
get
470+
{
471+
return columnCount;
472+
}
473+
set
474+
{
475+
columnCount = value;
476+
}
477+
}
464478
}
465479
}
466480
}

aliyun-net-sdk-dataworks-public/Dataworks_public/Transform/V20200518/GetMetaTableBasicInfoResponseUnmarshaller.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public static GetMetaTableBasicInfoResponse Unmarshall(UnmarshallerContext _ctx)
6363
data.ViewCount = _ctx.LongValue("GetMetaTableBasicInfo.Data.ViewCount");
6464
data.FavoriteCount = _ctx.LongValue("GetMetaTableBasicInfo.Data.FavoriteCount");
6565
data.IsView = _ctx.BooleanValue("GetMetaTableBasicInfo.Data.IsView");
66+
data.ColumnCount = _ctx.IntegerValue("GetMetaTableBasicInfo.Data.ColumnCount");
6667
getMetaTableBasicInfoResponse.Data = data;
6768

6869
return getMetaTableBasicInfoResponse;

aliyun-net-sdk-dataworks-public/aliyun-net-sdk-dataworks-public.vs2017.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.dataworks_public</RootNamespace>
6-
<Version>3.3.16</Version>
6+
<Version>3.3.17</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)