Is valid delegated media gid(是否为有效的委托媒体 GID)¶
Supported in: Batch, Faster, Streaming
Returns true if the input is a valid gotham delegated media gid. Check gotham's delegated media rtfm for more details.
Expression categories: Boolean
Declared arguments¶
- Expression: String to check is a valid gotham delegated media.
Expression\
Output type: Boolean
Examples¶
Example 1: Base case¶
Argument values:
- Expression: hello
Output: false
Example 2: Base case¶
Argument values:
- Expression: ri.gotham-delegated-media.12345678-1234-1234-1234-123456789012.testaudiotype.testlocator
Output: true
Example 3: Null case¶
Argument values:
- Expression: null
Output: null
中文翻译¶
是否为有效的委托媒体 GID¶
支持:批量处理(Batch)、快速处理(Faster)、流式处理(Streaming)
如果输入是有效的 Gotham 委托媒体 GID,则返回 true。更多详情请查阅 Gotham 的委托媒体 RTFM 文档。
表达式类别: 布尔值(Boolean)
声明的参数¶
- 表达式(Expression): 需要验证是否为有效 Gotham 委托媒体的字符串。
表达式\<String>
输出类型: 布尔值(Boolean)
示例¶
示例 1:基本情况¶
参数值:
- 表达式(Expression): hello
输出: false
示例 2:基本情况¶
参数值:
- 表达式(Expression): ri.gotham-delegated-media.12345678-1234-1234-1234-123456789012.testaudiotype.testlocator
输出: true
示例 3:空值情况¶
参数值:
- 表达式(Expression): null
输出: null