Search Results for

    Show / Hide Table of Contents

    Class AmazonTypes.S3Location

    A storage location in an Amazon S3 bucket.

    Inheritance
    object
    AmazonTypes.S3Location
    Implements
    IValidity
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class AmazonTypes.S3Location : IValidity

    Properties

    | Edit this page View Source

    BucketOwner

    Optional. If the bucket belongs to another AWS account, specify that account's ID.

    Declaration
    [JsonProperty("bucketOwner")]
    public string BucketOwner { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Uri

    Required. An object URI starting with s3://.

    Declaration
    [JsonProperty("uri")]
    public string Uri { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    IsValid()

    Returns true if the object's parameters are valid.

    Declaration
    public bool IsValid()
    Returns
    Type Description
    bool

    True if valid, otherwise false.

    | Edit this page View Source

    IsValidUrl(string)

    Declaration
    public static bool IsValidUrl(string url)
    Parameters
    Type Name Description
    string url
    Returns
    Type Description
    bool

    Implements

    IValidity

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation