Show / Hide Table of Contents

Class DirectArchiveSourceDetails

The details for the Archive source of the Function from Direct Archive. This allows the API caller to directly upload the function code as a base64-encoded archive file. It is useful when the caller wants to provide the code inline during function creation.

Inheritance
object
ArchiveSourceDetails
DirectArchiveSourceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class DirectArchiveSourceDetails : ArchiveSourceDetails
In this article
Back to top