FullMetadata interface

Salt okunur özellikler de dahil olmak üzere nesne meta verilerinin tamamı grubu.

İmza:

export interface FullMetadata extends UploadMetadata 

Kapsamı: UploadMetadata

Özellikler

Özellik Tür Açıklama
paketi dize Bu nesnenin içinde bulunduğu paket.
downloadTokens dize[] | tanımsız İndirme URL'sine erişime izin veren jetonlar.
fullPath dize Bu nesnenin tam yolu.
nesnesi dize Nesnenin oluşturulması. https://cloud.google.com/storage/docs/metadata#production-number
meta oluşturma dize Nesnenin meta üretimi. https://cloud.google.com/storage/docs/metadata#production-number
name dize Bu nesnenin, tam yolun son bileşeni olan kısa adı. Örneğin, fullPath "full/path/image.png" ise ad "image.png" olur.
başvuru StorageReference | tanımsız Bu yüklemeyle ilişkilendirilmiş StorageReference.
size [beden] sayı Bu nesnenin bayt cinsinden boyutu.
zamanOluşturulma zamanı dize Bu nesnenin ne zaman oluşturulduğunu temsil eden bir tarih dizesi.
güncellendi dize Bu nesnenin en son ne zaman güncellendiğini gösteren bir tarih dizesi.

FullMetadata.bucket

Bu nesnenin içinde bulunduğu paket.

İmza:

bucket: string;

FullMetadata.downloadTokens

İndirme URL'sine erişime izin veren jetonlar.

İmza:

downloadTokens: string[] | undefined;

FullMetadata.fullPath

Bu nesnenin tam yolu.

İmza:

fullPath: string;

TamMeta Veri Oluşturma

Nesnenin oluşturulması. https://cloud.google.com/storage/docs/metadata#production-number

İmza:

generation: string;

TamMeta Veri Oluşturma

Nesnenin meta üretimi. https://cloud.google.com/storage/docs/metadata#production-number

İmza:

metageneration: string;

TamMeta Veri.Ad

Bu nesnenin, tam yolun son bileşeni olan kısa adı. Örneğin, fullPath "full/path/image.png" ise ad "image.png" olur.

İmza:

name: string;

FullMetadata.ref

Bu yüklemeyle ilişkili StorageReference.

İmza:

ref?: StorageReference | undefined;

TamMetaVeri.boyutu

Bu nesnenin bayt cinsinden boyutu.

İmza:

size: number;

FullMetadata.timeCreated

Bu nesnenin ne zaman oluşturulduğunu temsil eden bir tarih dizesi.

İmza:

timeCreated: string;

TamMeta Veri.güncellendi

Bu nesnenin en son ne zaman güncellendiğini gösteren bir tarih dizesi.

İmza:

updated: string;