Cmdlets for YouTube Analytics

Build 22.0.8479

Remove-YouTubeAnalytics Cmdlet

Parameters   Output Objects  

YouTube Analytics データを削除します。

Syntax

Remove-YouTubeAnalytics [parameters]

Remarks

Remove-YouTubeAnalytics コマンドレットを使って、SQL DELETE ステートメントに似た構文を用いてYouTube Analytics データを削除できます。

$conn = Connect-YouTubeAnalytics -ContentOwnerId 'MyContentOwnerId' -ChannelId 'MyChannelId'
Remove-YouTubeAnalytics -Connection $conn -Table "Groups" -Id "S"
Where パラメータは主キーを指定するためにも使われます。
Remove-YouTubeAnalytics -Connection $conn -Table "exTablePowershell;" -Where "Id = S"
主キーは、パイプライン上でコマンドレットに渡すこともできます。
Select-YouTubeAnalytics -Connection $conn -Table Groups -Where "Id = 'S'" | Remove-YouTubeAnalytics

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479