target

_相关内容

EXCHANGE PARTITION

语法如下:ALTER TABLE target_table EXCHANGE PARTITION target_partition WITH TABLE source_table[{WITH|WITHOUT} VALIDATION];语法中的参数说明如下:参数 说明 target_table 用于交换的目标表名称。target_partition 用于交换的目标...

alicloud_cloud_sso_access_assignment

Group,User.target_id-(Required,ForceNew)The ID of the target to create the resource range.target_type-(Required,ForceNew)The type of the resource range target to be accessed.Valid values:RD-Account.Attributes Reference The...

多目标Logstore数据分发

标号 存储目标 目标Project和Logstore 1 target0 Project0、Logstore0 2 target1 Project1、Logstore1 3 target2 Project2、Logstore2 4 target3 Project3、Logstore3 查询分析 在目标Logstore中进行查询分析操作,获取广告转化率,根据...

ALIYUN:FC:ProvisionConfig

语法 {"Type":"ALIYUN:FC:ProvisionConfig","Properties":{"ServiceName":String,"Target":Integer,"FunctionName":String,"Qualifier":String } } 属性 属性名称 类型 必须 允许更新 描述 约束 ServiceName String 是 否 服务名称 无 ...

0044-00000013

问题描述 PutLiveChannel请求中Target节点的Type字段有误。问题原因 您发起了PutLiveChannel请求来创建一个LiveChannel,并在请求体XML中通过Target节点描述LiveChannel转储配置的各项参数,但是您提供的Type参数不符合接口要求。该参数...

alicloud_cloud_sso_access_configuration_...

access_configuration_id-(Required,ForceNew)The Access configuration ID.directory_id-(Required,ForceNew)The ID of the Directory.target_id-(Required,ForceNew)The ID of the target to create the resource range.target_type-...

流程控制函数

e_switch(e_has("a"),e_output("target-a"),e_has("b"),e_output("target-b"),default=e_output("target-default"),)例如,该加工规则相当于以下Python代码结构:if e_has("a"):e_output("target-a")elif e_has("b"):e_output("target-b")...

0044-00000015

问题描述 PutLiveChannel请求中Target节点的FragCount字段有误。问题原因 您发起了PutLiveChannel请求来创建一个LiveChannel,并在请求体XML中通过Target节点描述LiveChannel转储配置的各项参数,但是您提供的FragCount参数不符合接口要求...

0044-00000014

问题描述 PutLiveChannel请求中Target节点的FragDuration字段有误。问题原因 您发起了PutLiveChannel请求来创建一个LiveChannel,并在请求体XML中通过Target节点描述LiveChannel转储配置的各项参数,但是您提供的FragDuration参数不符合...

0044-00000016

问题描述 PutLiveChannel请求中Target节点的PlaylistName字段有误,包含不允许的/字符。问题原因 您发起了PutLiveChannel请求来创建一个LiveChannel,并在请求体XML中通过Target节点描述LiveChannel转储配置的各项参数,但是您提供的...

0044-00000018

问题描述 PutLiveChannel请求中Target节点的PlaylistName字段有误,没有以.m3u8 结尾。问题原因 您发起了PutLiveChannel请求来创建一个LiveChannel,并在请求体XML中通过Target节点描述LiveChannel转储配置的各项参数,但是您提供的...

0044-00000017

问题描述 PutLiveChannel请求中Target节点的PlaylistName字段有误,长度超出接口限制。问题原因 您发起了PutLiveChannel请求来创建一个LiveChannel,并在请求体XML中通过Target节点描述LiveChannel转储配置的各项参数,但是您提供的...

GetLiveChannelInfo

Description></Description><Status>enabled</Status><Target><Type>HLS</Type><FragDuration>2</FragDuration><FragCount>3</FragCount><PlaylistName>playlist.m3u8</PlaylistName></Target>...

端侧超分

更新滤镜配置*@param target*@param options*/*upadate filter config.*@param target*@param options*/abstract public void updateFilterConfig(String target,FilterConfig.FilterOptions options);开启关闭滤镜*@param target 如果为空...

alicloud_cloud_sso_directories

This data source provides the Cloud Sso Directories of the current Alibaba Cloud user.->NOTE:Available in v1.135.0+.->NOTE:Cloud SSO Only Support ......

如何使用端侧超分

更新滤镜配置*@param target*@param options*/*upadate filter config.*@param target*@param options*/abstract public void updateFilterConfig(String target,FilterConfig.FilterOptions options);开启关闭滤镜*@param target 如果为空...

本地倒计时功能开发实践

1000s到了之后,第一个PowerSwitch倒计时任务结束,设备端删除Contents里PowerSwitch这一条任务,同时设置Target为PowerSwitch,将整个CnountDownList属性上报到云端,插件侧查询CountDown属性,发现Contents里没有Target指定的布尔属性,...

采集ping和tcping数据

即由 target 字段决定ping的目标主机名或IP地址。name:名称,默认为{src}->{target}。labels:标签,支持增加指标标签。支持添加多个IP地址,示例如下:"tcp":[{"port":80,"src":"192.XX.XX.103","count":3,"target":"www.aliyun.com" },{...

Inventory Hint

Query OK,1 row affected(0.00 sec)Rows matched:1 Changed:1 Warnings:0 PolarDB MySQL版 5.7和8.0版本示例如下:UPDATE/*+COMMIT_ON_SUCCESS ROLLBACK_ON_FAIL TARGET_AFFECT_ROW(1)CCL_QUEUE_VALUE('id')*/t SET col1=col1+1 WHERE id=1...

Slowly Changing Dimension

CREATE STREAM delta_job OPTIONS(triggerType='ProcessingTime',checkpointLocation='/path/to/checkpoint')MERGE INTO gscd_target_table AS target USING(SELECT*,from_unixtime(ts/1000,'yyyy-MM-dd')AS dt FROM gscd_stream)AS source...

INSERT OVERWRITE SELECT

CREATE TABLE test_target(a BIGINT,b BIGINT)DISTRIBUTE BY HASH(a)PARITTION BY VALUE(b)LIFECYCLE 10;初始化源表 test_source。INSERT INTO test_source VALUES(1,1);INSERT INTO test_source VALUES(1,2);INSERT INTO test_source ...

alicloud_threat_detection_malicious_file_whitelist...

(Optional,ForceNew)Business Source:agentless:agentless detection.target_type-(Optional)The type of target in effect on behalf of the resource.target_value-(Optional)Represents the specific value of the target type in ...

ERROR_CODE说明

ERR_TARGET_STMT_UNEXPECTED_PARAM:在完全匹配模式下,target_stmt中含有绑定变量。ERR_ORIGIN_STMT_CONFLICTED:创建Outline的origin_stmt与系统中已经存在的Outline的origin_stmt相同。ERR_TARGET_STMT_ERROR:创建Outline的target_stmt...

异常页组件

初始化异常视图并显示在指定的视图上*(target 和 action 为空时,刷新按钮不显示)*@param parent view 的 superView,必选*@param style 异常的风格,插画版 or 极简版,必选*@param type 异常类型,必选*@param target 刷新事件处理对象...

alicloud_auto_provisioning_group

ecs_launch_template.template.id total_target_capacity="4"pay_as_you_go_target_capacity="1"spot_target_capacity="2"launch_template_config { instance_type="ecs.n1.small"vswitch_id=alicloud_vswitch.default.id weighted_...

贡献代码说明

3.3.0#切换到master分支$git merge upstream/rel_3.3.0#合并AliOS Things/<TARGET>的更新至本地 如果merge过程中,代码有冲突,需要解决所有代码冲突以后,才能提交。关注我们 如果你想实时了解Alios-Things的动态,请记得点击watch持续...

压缩解压

oss:/test-bucket/test-target-object.zip","Target":"{\"URI\":\"oss:/test-bucket/test-target-object\"}","SelectedFiles":"[\"test-object1.jpg\"]"} 返回示例 {"TaskId":"FileUncompression-f31061ab-eaeb-469d-ac8f-9af10e5d*",...

集成MNS主题

version:v1 type:flow steps:type:task name:mns-topic-task resourceArn:acs:mns:/topics/{topicName}/messages#调用MNS主题资源 pattern:waitForCallback#等待回调模式 inputMappings:target:messageBody source:$input.messageBody-...

alicloud_nas_mount_targets

mount_target_domain"{ value=data.alicloud_nas_mount_targets.example.targets.0.id } Argument Reference The following arguments are supported:file_system_id-(Required,ForceNew)The ID of the FileSystem that owns the ...

PushNoticeToiOS-推送通知给iOS设备

可取值:DEVICE:根据设备推送 ACCOUNT:根据账号推送 ALIAS:根据别名推送 TAG:根据标签推送 ALL:推送给全部设备 ALL TargetValue string 是 根据 Target 来设定,多个值使用逗号分隔,超过限制需要分多次推送。Target=DEVICE,值如 ...

mPaaS 目录结构

目录结构如下:└─MPaaS├─mpaas_sdk.config├─Targets|└─mPaaSDemo(工程 Target 名称)|├─mPaaSDemo-mPaaS-Headers.h|├─mPaaSDemo-Prefix.pch|├─APMobileFramework|├─mPaas|├─meta.config|└─yw_1222.jpg├─Resources└...

0043-00000001

问题原因 您发起PutSymlink请求为OSS文件(TargetObject)创建软链接(Symlink),但是请求头中缺少必选请求头 x-oss-symlink-target。问题示例 以下请求中缺少必选请求头 x-oss-symlink-target,导致请求报错。PUT/ObjectName?symlink ...

PutLiveChannel

Description/><Status>enabled</Status><Target><Type>HLS</Type><FragDuration>2</FragDuration><FragCount>3</FragCount></Target><Snapshot><RoleName>role_for_snapshot</RoleName><DestBucket>...

ContinuouslyPush-持续推送

使用这个接口前,需要调用 Push 接口,将 Target 设置为 TBD(To Be Determined),填入消息内容,调用获得该消息在推送系统中的 MessageId。然后,可以基于这个 MessageId,重复调用此接口,指定不同的目标组,将此消息推送到这些目标上。...

alicloud_event_bridge_rule

(Required,Set)The targets of rule.See targets below.targets The targets supports the following:target_id-(Required,ForceNew)The ID of the custom event target.type-(Required)The type of the event target.Valid values:acs....

alicloud_dts_synchronization_job

built database,and access via public IP or dedicated line.If the target instance is the Kafka version of Message Queuing,the target instance type needs to be ECS or EXPRESS as a self-built database,and access via ECS or ...

ModifyStrategyTarget-修改基线检查策略生效的服务器...

取值如下:del:删除 add:增加[{"Target":"9273980","BindUuidCount":5320,"TargetType":"groupId","Flag":"del"},{"Target":"9677606","TargetType":"groupId","Flag":"del"},{"Target":"10121607","BindUuidCount":7,"TargetType":...

边转边播

target=imm_20200930_models.GenerateVideoPlaylistRequestTargets(audio=imm_20200930_models.TargetAudio(transcode_audio=imm_20200930_models.TargetAudioTranscodeAudio(codec="aac",bitrate=128000,sample_rate=44100,)),duration=10...

卡片短信模板示例

2 },{"type":"IMAGE","srcType":1,"src":"21678","actionType":"VIEW_PIC","action":{"target":"21678"},"positionNumber":3 },{"type":"TEXT","content":"十三年IP正版手游,情怀再续完美还原端游.","isTextTitle":false,"positionNumber...

基于流量请求数实现服务自动扩缩容

例如,如果并发数target或者containerConcurrency设置值为 100,并发因子container-concurrency-target-percentage为 0.7,那么实际担当并发数达到70(100*0.7)时就会触发扩容操作。0.7 配置扩缩容边界 通过minScale和maxScale,可以配置...
< 1 2 3 4 ... 52 >
共有52页 跳转至: GO
新人特惠 爆款特惠 最新活动 免费试用