型・APIリファレンス
    Preparing search index...

    Type Alias BinaryReference

    BinaryReferenceを表す型

    type BinaryReference = {
        definitionName?: string;
        lobId: number;
        name: string;
        oid?: string;
        propertyName?: string;
        size?: number;
        type: string;
    }
    Index

    Properties

    definitionName?: string

    Entity定義名

    lobId: number

    LOB ID

    name: string

    ファイル名

    oid?: string

    オブジェクトID

    propertyName?: string

    プロパティ名

    size?: number

    ファイルサイズ

    type: string

    MIMEタイプ