Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomPluginFileDescription

import type { CustomPluginFileDescription } from "https://aws-api.deno.dev/v0.3/services/kafkaconnect.ts?docs=full";

Details about a custom plugin file.

interface CustomPluginFileDescription {
fileMd5?: string | null;
fileSize?: number | null;
}

§Properties

§
fileMd5?: string | null
[src]

The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.

§
fileSize?: number | null
[src]

The size in bytes of the custom plugin file. You can use it to validate the file.