firestore.FirestoreEvent interface

DocumentSnapshot 또는 변경사항이 포함된 CloudEvent

서명:

export interface FirestoreEvent<T, Params = Record<string, string>> extends CloudEvent<T> 

확장: CloudEvent<T>

속성

속성 유형 설명
데이터베이스 문자열 Firestore 데이터베이스
문서 문자열 문서 경로
location 문자열 Firestore 인스턴스의 위치
namespace 문자열 Firestore 네임스페이스
매개변수 매개변수 경로 패턴 값을 포함하는 객체입니다. 이름이 지정된 캡처 그룹만 채워집니다({key}, {key=*}, {key=**}).
프로젝트 문자열 프로젝트 식별자

Firestore.FirestoreEvent.database

Firestore 데이터베이스

서명:

database: string;

Firestore.FirestoreEvent.document

문서 경로

서명:

document: string;

Firestore.FirestoreEvent.location

Firestore 인스턴스의 위치

서명:

location: string;

Firestore.FirestoreEvent.namespace

Firestore 네임스페이스

서명:

namespace: string;

Firestore.FirestoreEvent.params

경로 패턴 값을 포함하는 객체입니다. 이름이 지정된 캡처 그룹만 채워집니다({key}, {key=*}, {key=**}).

서명:

params: Params;

Firestore.FirestoreEvent.project

프로젝트 식별자

서명:

project: string;