Show / Hide Table of Contents

Class PrefixList

Describes prefixes of objects to be transformed.

Inheritance
object
PrefixList
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class PrefixList : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludedObjectPrefixes

Optional. Specify one or more object prefixes. For example: * To match one object, use a single prefix, prefix1. * To match multiple objects, use comma-separated prefixes, prefix1, prefix2. * To match all objects, use an empty prefix, ''

Declaration
[JsonProperty("includedObjectPrefixes")]
public virtual IList<string> IncludedObjectPrefixes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX