链接到Google Cloud Storage映像是否算作操作?

时间:2018-10-09 06:59:44

标签: google-cloud-storage angular6

链接到Google Cloud Storage映像是否算作一项操作?

Angular 6中类似的东西

<div class="card" *ngFor="let image of images">
    <img src="{{image.url}}" alt="{{image.title}}"/>
</div>

https://cloud.google.com/storage/

1 个答案:

答案 0 :(得分:2)

该页面将必须读取存储桶以检索图像,所以可以,它将被视为一项操作。我还猜测图像将在第一次读取后被缓存,因此只有客户端的第一次读取才会计数。

如果您要问该操作是否计入价格,那将是另一个问题。根据铲斗的类型及其位置,收费可能会有所不同。例如,如果该Angular 6应用位于Google App Engine中,并且与存储桶位于同一大陆,则network operations between them would be free