From 7dbed4c55b54f0334531ab40b6c798b18b59bf8f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 18 Dec 2024 07:26:38 +0000 Subject: [PATCH] Add Support Real time mock table. --- CHANGELOG | 3 +++ .../Model/V20230621/GetFeatureViewResponse.cs | 14 ++++++++++++++ .../GetFeatureViewResponseUnmarshaller.cs | 1 + .../aliyun-net-sdk-paifeaturestore.vs2017.csproj | 2 +- 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 78cc89654..8da841835 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2024-12-18 Version: 1.0.1 +- Add Support Real time mock table. + 2024-12-13 Version: 1.8.22 - Generated 2017-08-01 for `polardb`. diff --git a/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Model/V20230621/GetFeatureViewResponse.cs b/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Model/V20230621/GetFeatureViewResponse.cs index ac8c83e02..600393a86 100644 --- a/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Model/V20230621/GetFeatureViewResponse.cs +++ b/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Model/V20230621/GetFeatureViewResponse.cs @@ -69,6 +69,8 @@ public class GetFeatureViewResponse : AcsResponse private string publishTableScript; + private string mockTableName; + private List fields; private List tags; @@ -337,6 +339,18 @@ public string PublishTableScript } } + public string MockTableName + { + get + { + return mockTableName; + } + set + { + mockTableName = value; + } + } + public List Fields { get diff --git a/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Transform/V20230621/GetFeatureViewResponseUnmarshaller.cs b/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Transform/V20230621/GetFeatureViewResponseUnmarshaller.cs index 41deb406c..dc3a88d42 100644 --- a/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Transform/V20230621/GetFeatureViewResponseUnmarshaller.cs +++ b/aliyun-net-sdk-paifeaturestore/PaiFeatureStore/Transform/V20230621/GetFeatureViewResponseUnmarshaller.cs @@ -53,6 +53,7 @@ public static GetFeatureViewResponse Unmarshall(UnmarshallerContext _ctx) getFeatureViewResponse.GmtSyncTime = _ctx.StringValue("GetFeatureView.GmtSyncTime"); getFeatureViewResponse.LastSyncConfig = _ctx.StringValue("GetFeatureView.LastSyncConfig"); getFeatureViewResponse.PublishTableScript = _ctx.StringValue("GetFeatureView.PublishTableScript"); + getFeatureViewResponse.MockTableName = _ctx.StringValue("GetFeatureView.MockTableName"); List getFeatureViewResponse_tags = new List(); for (int i = 0; i < _ctx.Length("GetFeatureView.Tags.Length"); i++) { diff --git a/aliyun-net-sdk-paifeaturestore/aliyun-net-sdk-paifeaturestore.vs2017.csproj b/aliyun-net-sdk-paifeaturestore/aliyun-net-sdk-paifeaturestore.vs2017.csproj index 1b8e2dea2..b977c435d 100644 --- a/aliyun-net-sdk-paifeaturestore/aliyun-net-sdk-paifeaturestore.vs2017.csproj +++ b/aliyun-net-sdk-paifeaturestore/aliyun-net-sdk-paifeaturestore.vs2017.csproj @@ -3,7 +3,7 @@ netstandard2.0;net45 Aliyun.Acs.PaiFeatureStore - 1.0.0 + 1.0.1 Alibaba Cloud ©2009-2019 Alibaba Cloud false